nand2/Revision.md

49 lines
1.1 KiB
Markdown
Raw Normal View History

2023-01-11 10:13:09 +00:00
# Revision V2.0
2023-08-04 14:44:31 +00:00
## update 04.08.2023
### update tools to python3.11:
- `tools/Assembler/assembler.pyc`: update tools to python 3.11
- `tools/Jack/JackCompiler.pyc`: update tools to python 3.11
- `tools/Jack/VMTranslator.pyc`: update tools to python 3.11
### corrected:
- corrected diagramms: leds.png, mult.png
2023-01-11 10:13:09 +00:00
## update 18.10.2022
### correct typos:
2023-08-04 14:44:31 +00:00
2023-01-11 10:13:09 +00:00
* `Hack/CPU.v`: Replace `loadM` with `writeM`
* update diagramms
### update tools to python3.10:
2023-08-04 14:44:31 +00:00
2023-01-11 10:13:09 +00:00
* `tools/Assembler/assembler.pyc`: update tools to python 3.10
* `tools/Jack/JackCompiler.pyc`: update tools to python 3.10
* `tools/Jack/VMTranslator.pyc`: update tools to python 3.10
### update Jack-OS:
2023-08-04 14:44:31 +00:00
2023-01-11 10:13:09 +00:00
* `Jack/UART.jack`: replace `init()` with `init(int addr)`
### wierd behaviour of iCE40HX8K-EVB:
* `Hack/RAM.v`: replace `always @(negedge clk)` to `always @(posedge clk)`
* `Hack/DFF.v`: replace `always @(negedge clk)` to `always @(posedge clk)`
* `Hack/Clock.v`: 25MHz?
### iceprog: programmer.ino
2023-08-04 14:44:31 +00:00
2023-01-11 10:13:09 +00:00
* set default to `bridge` (led green on).
### consistency:
2023-08-04 14:44:31 +00:00
2023-01-11 10:13:09 +00:00
* `Hack/Reset.v`:
### boot from spi
2023-08-04 14:44:31 +00:00
2023-01-11 10:13:09 +00:00
* 04_Hack-FLASH