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.
openpowerwtf 93ca3d1443 ties for yosys 1 year ago
..
bin add wishbone interface 2 years ago
build litex 64le 2 years ago
pd/synth Update readme.md 1 year ago
sim litex software build 32BE 2 years ago
src verilator optimization experiments 2 years ago
verilog ties for yosys 1 year ago
.gitignore vvp 2 years ago
readme.md update 2 years ago

readme.md

Testing RTL with new environments

Working

  • RTL

    • updated source to remove a bunch of Verilator warnings
    • updated source for compatibility with Icaraus -g2012
    • changed arrays to use clk1x
    • refactored nclk[] to separate clk, rst signals and removed lcb's from clock path
  • Verilator

    • too big(?) to build with verilator --public_flat_rw with cocotb; but --private can override it; see if it finishes
    • executing boot code and tst with a2o_litex wrapper
    • executing boot code and tst with litex-gen'd SOC
  • Icarus (w/cocotb)

    • executing boot code and tst with core/node/a2o_litex
  • Yosys

    • finishes compile

Next To Do

  • create Cython code for sharing between cocotb and verilator tb
  • OpenLane experiments with blackbox arrays and yosys/abc/sta
  • create FPGA version of GPR/FPR (4R4W) using (4)4R1W banks and valid table
  • 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