You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.2 KiB
Markdown

2 years ago
# Testing RTL with new environments
## Working
2 years ago
* RTL
* updated source to remove a bunch of Verilator warnings
* updated source for compatibility with Icaraus -g2012
2 years ago
* changed arrays to use clk1x
* refactored nclk[] to separate clk, rst signals and removed lcb's from clock path
2 years ago
* Verilator
2 years ago
* too big(?) to build with verilator --public_flat_rw with cocotb; but --private can override it; see if it finishes
2 years ago
* executing boot code and tst with a2o_litex wrapper
* executing boot code and tst with litex-gen'd SOC
2 years ago
* Icarus (w/cocotb)
2 years ago
* executing boot code and tst with core/node/a2o_litex
2 years ago
* Yosys
* finishes compile
## Next To Do
2 years ago
* create Cython code for sharing between cocotb and verilator tb
2 years ago
* OpenLane experiments with blackbox arrays and yosys/abc/sta
* create FPGA version of GPR/FPR (4R4W) using (4)4R1W banks and *valid* table
2 years ago
* parse vcd/fst and serve browser code for custom trace screens (handle spec/arch mapped facilities, arrays, etc.)
#### node
* test BE/LE versions; kernel can stay BE until jump to BIOS; any problem with BIOS to initial ROM copy/zero or is it always words?
* add L2 internally (before WB); or at least a store queue