FRAM71 : Configuration Spreadsheet [2021-01-31]
|
02-06-2021, 06:49 AM
(This post was last modified: 02-06-2021 12:27 PM by Hans Brueggemann.)
Post: #21
|
|||
|
|||
RE: FRAM71 : Configuration Spreadsheet [2021-01-31]
FRAM71: if J1 and J2 are inserted at the same time, is it harmfull to the hardware ?
THIS IS HARMFULL and WILL DAMAGE YOUR HP-71B. See the “Nashville” 2015 manual or any manual prior to “Denver” 2016, chapter 7.x. This was one reason why FRAM71 got a redesign into FRAM71B. if J1 and CN2-5 are inserted at the same time, is it harmfull to the hardware ? No, not at all harmfull, but may slightly increase current consumption. if no, how the firmware will react to it? freeze it ? No Hardwire is active and part of SYSRAM is active (0x10000 to 0x1FFFF) ? yes, but not visible to your HP-71B. This situation causes both FRAM71(B) and HP-71B to simultaneously access the memory bus, but FRAM71(B) bus outputs are designed to be weaker than the HP-71B’s bus drivers. Hence, HP-71B always “wins”. if CN2-3 and J1 are inserted at the same time is it harmfull to the hardware ? No if no, how the firmware will react to it ? (my take will be that CN2-3 take precedence) see “Nashville” chapter 7.3, “Denver” chapter 8.3 if CN2-3 and CN2-5 are inserted at the same time is it harmfull to the hardware ? No if no, how the firmware will react to it ? (my take will be that CN2-3 take precedence) Yes if CN2-3, J1 and CN2-5 are inserted at the same time is it harmfull to the hardware ? No if no, how the firmware will react to it ? (my take will be that CN2-3 take precedence) Yes More generally, in what order the FPGA code evaluate the jumpers. CN2-3 always takes precedence. |
|||
02-13-2021, 08:09 PM
(This post was last modified: 02-13-2021 08:29 PM by Sylvain Cote.)
Post: #22
|
|||
|
|||
RE: FRAM71 : Configuration Spreadsheet [2021-01-31]
Hello Hans,
First, thank you for your previous answers, very much appreciated. While doing the final testing before releasing the spreadsheets with validation, I stumbled upon something unexpected or forgotten. The following behavior has been there all along since the original FRAM71 and still is in FRAM71B. When I try to create a virtual module with different module size, it creates something of a problems, see the following testing results ... Code: | | | | ---[ SHOW PORT ]--- | --------[ MEMBUFF OUTPUT ]-------- | Code: FRAM71B | #01 → 96 = 32+32+32 | "13149500" | 98299 | 5 98304 1:IRAM | 5 0 0 96 D0000 1:IRAM | Expected In tests #01 and #02:
What I find strange here is that we have two different behavior, one for identical chip size and one for different chip size. Also the second one introduce an issue from the 71B OS perspective, multiple port with the same number. Sylvain PS: Testing has been done with a FRAM71 (2015 production) and with a FRAM71B (2021 production) PPS: for the FRAM71/FRAM71B newbies here, this is an edge case and should not derail you from using this great module. edit 1 : typos edit 2 : PPS added |
|||
02-13-2021, 11:30 PM
Post: #23
|
|||
|
|||
RE: FRAM71 : Configuration Spreadsheet [2021-01-31]
What's the firmware version of your FRAM71?
|
|||
02-14-2021, 12:06 AM
Post: #24
|
|||
|
|||
RE: FRAM71 : Configuration Spreadsheet [2021-01-31] | |||
02-14-2021, 12:55 AM
Post: #25
|
|||
|
|||
RE: FRAM71 : Configuration Spreadsheet [2021-01-31]
After referring to the IDS, I believe all chips in a sequence must be the same size, or more precisely, have the same Chip ID.
Dave |
|||
02-14-2021, 02:16 AM
(This post was last modified: 02-14-2021 02:19 AM by Sylvain Cote.)
Post: #26
|
|||
|
|||
RE: FRAM71 : Configuration Spreadsheet [2021-01-31]
(02-14-2021 12:55 AM)Dave Frederickson Wrote: After referring to the IDS, I believe all chips in a sequence must be the same size, or more precisely, have the same Chip ID.I understand that and this is what we are partly seeing, but it seems that what I am trying to convey is not clear, let me try to explain it again, maybe this it will be more clear. a) if we decide to see each individual chip then MEMBUF in the example #03 should give us the following report: Code: | | | | ---[ SHOW PORT ]--- | --------[ MEMBUFF OUTPUT ]-------- | b) otherwise if we decide to only see one virtual chip, then MEMBUF in example #03 should give us the following report: Code: | | | | ---[ SHOW PORT ]--- | --------[ MEMBUFF OUTPUT ]-------- | Currently we have a split personality behavior, a) if you define multiple chips of the same size, then the module expose one virtual chip made of multiple FRAM chips, but b) if you define multiple chips with a mix of size, then the module expose several virtual chips made of multiple sequential FRAM chips of the same size, if any. We are discussing semantic here, because for sure I can reproduce the 80KB configuration by aggregating five 16KB chips to create one virtual 80KB chip. The reason I am discussing this issue, is that I want to correctly do the calculations, the ports assignation and the warnings in the spreadsheet to reflect the module behavior as much as possible. Sylvain edit: typo |
|||
02-14-2021, 03:00 AM
Post: #27
|
|||
|
|||
RE: FRAM71 : Configuration Spreadsheet [2021-01-31]
Please forgive a stupid question from a new FRAM user...
I think I understand the problem, but why would I want to ever create an 80KB IRAM 32+32+16 as opposed to making it 96KB 32+32+32? Doesn't half of the last chip get essentially wasted? My Collection: 55, 67T, 25PLP, 34C, 15C, 16C, 41CV, 41CX, 41-CL, DM41X, DM42, 42S, 48G, 71B, 75C, 95LX, HP-150, Portable+, HP-86, Integral PC. |
|||
02-14-2021, 03:46 AM
Post: #28
|
|||
|
|||
RE: FRAM71 : Configuration Spreadsheet [2021-01-31]
(02-14-2021 03:00 AM)twoweims Wrote: Please forgive a stupid question from a new FRAM user...I am asking sometime (often?) stupid questions and I am not a new FRAM71 user, so let says that there are no stupid questions (02-14-2021 03:00 AM)twoweims Wrote: I think I understand the problem, but why would I want to ever create an 80KB IRAM 32+32+16 as opposed to making it 96KB 32+32+32? Doesn't half of the last chip get essentially wasted?Actually I have used a 80KB module because it covered both module versions, but in reality we are trying to replicate the original HP ROM sizes. I would have to check in the old papers, but I think they were available in multiple of 8K between 8K and 64K. |
|||
02-14-2021, 03:53 AM
(This post was last modified: 02-14-2021 04:00 AM by Sylvain Cote.)
Post: #29
|
|||
|
|||
RE: FRAM71 : Configuration Spreadsheet [2021-01-31]
(02-14-2021 02:16 AM)Sylvain Cote Wrote: The reason I am discussing this issue, is that I want to correctly do the calculations, the ports assignation and the warnings in the spreadsheet to reflect the module behavior as much as possible.After doing some thinking, I will add a validation against using multiple chip sizes in a module. With the current behavior, having multiple ports with the same port number layering one of top of the other will only confuse users. This means that the release of the updated spreadsheets with validation are delayed by a couple of days. edit: typo |
|||
02-14-2021, 05:04 AM
Post: #30
|
|||
|
|||
RE: FRAM71 : Configuration Spreadsheet [2021-01-31] | |||
07-31-2021, 04:27 AM
Post: #31
|
|||
|
|||
RE: FRAM71 : Configuration Spreadsheet [2021-01-31]
Finally, an updated version of the FRAM71/B Configuration Spreadsheet is available HERE.
I have released the Numbers version, the Excel version is currently being created and will be release in August. Sylvain |
|||
07-31-2021, 06:44 AM
Post: #32
|
|||
|
|||
RE: FRAM71 : Configuration Spreadsheet [2021-01-31]
(07-31-2021 04:27 AM)Sylvain Cote Wrote: Finally, an updated version of the FRAM71/B Configuration Spreadsheet is available HERE. An excellent job, as usual, Sylvain. Can't wait for the Excel version ;) Thank you. Greetings, Massimo -+×÷ ↔ left is right and right is wrong |
|||
08-01-2021, 11:17 AM
Post: #33
|
|||
|
|||
RE: FRAM71 : Configuration Spreadsheet [2021-01-31]
thank you sylvain, a piece of art (again)!
(02-14-2021 03:00 AM)twoweims Wrote: ..., but why would I want to ever create an 80KB IRAM 32+32+16 as opposed to making it 96KB 32+32+32? Doesn't half of the last chip get essentially wasted? there's one thing in your HP-71B which is even more precious than FRAM space: the available address space. in return for wasting FRAM space (which yours truly wasted in the first place because of using a 32 kB container concept), you save 16kB of address space for an extra plug-in module. |
|||
08-08-2021, 09:51 PM
(This post was last modified: 08-08-2021 09:57 PM by Sylvain Cote.)
Post: #34
|
|||
|
|||
RE: FRAM71 : Configuration Spreadsheet [2021-01-31]
A new version (20210808A) of the FRAM71/B Configuration Spreadsheet is available HERE.
It includes an updated version of the Apple Numbers spreadsheet and the first version of the Microsoft Excel spreadsheet. Have fun! ... as usual, if you find bugs or inconsistencies please reports those here. Sylvain Edit: for each software (Numbers & Excel) there is two files, one standard and one with the test suites in it. Unless you want to see the configuration edge cases, you should use the standard version. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)