|
|
1 month ago | |
|---|---|---|
| design | 1 month ago | |
| scrits | 1 month ago | |
| testbench | 1 month ago | |
| README.md | 1 month ago | |
| wave.vcd | 1 month ago |
riscv_demo/
├── design/
│ └── top.v # RISC-V 顶层模块
├── testbench/
│ └── testbench.v # 测试激励
└── scripts/
└── run_all.tcl # Palladium Z2 脚本
xrun -64bit -access +rwc -sv design/top.v testbench/testbench.v -top testbench