I post another craft. Let's call it "ROM editor". The scheme allows you to edit the contents of the ROM (RAM) in visual mode. I used it to make two models for SimulIDE and will still use it in my work. This scheme will also help you quickly create a microcode of a homemade processor. For ease of editing, the scheme has text comments for each bit written to the ROM. You can change them at your own discretion.
The purpose of the buttons:
"U","D"change the address of the ROM cell for each counter,
"R" - resets the address counter to 0.
"0", "1", ... , "7" - invert the corresponding bits in the ROM (RAM)
"P" - protection against loss of information at the zero address after switching off the simulation (On-editing, Off-storage)
After changing the data, we switch the "P" switch to the Off
position, save the contents of the ROM to a file (binary or text), turn off the simulation, save the scheme. The next time you run it, the contents of the ROM are restored. If it is undesirable to save the contents of the ROM in the schema, then in its properties (for all three ROMs), set the "Persistent" parameter to False.
It's easy to see that the scheme scales easily: you can throw away the extra ROMs with the control scheme, or add a few more.
The purpose of the buttons:
"U","D"change the address of the ROM cell for each counter,
"R" - resets the address counter to 0.
"0", "1", ... , "7" - invert the corresponding bits in the ROM (RAM)
"P" - protection against loss of information at the zero address after switching off the simulation (On-editing, Off-storage)
After changing the data, we switch the "P" switch to the Off
position, save the contents of the ROM to a file (binary or text), turn off the simulation, save the scheme. The next time you run it, the contents of the ROM are restored. If it is undesirable to save the contents of the ROM in the schema, then in its properties (for all three ROMs), set the "Persistent" parameter to False.
It's easy to see that the scheme scales easily: you can throw away the extra ROMs with the control scheme, or add a few more.
- Attachments
- ROM_Editor_24_BIT_count.zip
- You don't have permission to download attachments.
- (28 Kb) Downloaded 16 times