diff options
author | Joshua Yun <joshua@joshuayun.com> | 2025-03-15 17:35:52 -0500 |
---|---|---|
committer | Joshua Yun <joshua@joshuayun.com> | 2025-03-15 17:35:52 -0500 |
commit | 59fd8c25ee1452452cb564d6fe4163b7a9394aef (patch) | |
tree | 028688a39cd401a40939d86e3bf4a8f5d678d6a4 /top.core | |
parent | c7a29c00b143ff6ee22bb7cffbdd0ae7c21206d1 (diff) | |
download | riscv-processor-59fd8c25ee1452452cb564d6fe4163b7a9394aef.tar.gz |
feat: added TB support + primitives for flipflops, initial fetch stage (not complete), mem initialization for imem complete
Diffstat (limited to 'top.core')
-rw-r--r-- | top.core | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/top.core b/top.core deleted file mode 100644 index db67ab4..0000000 --- a/top.core +++ /dev/null @@ -1,31 +0,0 @@ -CAPI=2: -name: riscv:cpu:top:1.0.0 -description: Top level module for RISC-V processor - -filesets: - rtl: - files: - - rtl/top.sv - file_type: systemVerilogSource - - tb: - files: - - tb/top_tb.sv - file_type: systemVerilogSource - -targets: - default: &default - filesets: - - rtl - toplevel: top - - sim: - <<: *default - description: Run top level testbench - default_tool: verilator - filesets_append: - - tb - toplevel: top_tb - tools: - verilator: - mode: binary |