1
0
mirror of https://github.com/olofk/serv.git synced 2026-01-25 19:36:16 +00:00

Rewrite register file

This commit is contained in:
Olof Kindgren
2018-11-26 00:09:52 +01:00
parent a974320f46
commit e1f5bcc4f3
6 changed files with 64 additions and 1333 deletions

View File

@@ -30,10 +30,8 @@ filesets:
files:
- bench/serv_top_tb.v
file_type : verilogSource
depend : [vlog_tb_utils, "yosys:techlibs:ice40"]
depend : [vlog_tb_utils]
techlib:
depend : ["yosys:techlibs:ice40fork"]
wrapper:
files:
- rtl/riscv_timer.v
@@ -58,7 +56,6 @@ filesets:
verilator_tb:
files:
- bench/serv_soc_tb.cpp : {file_type : verilogSource}
depend : ["yosys:techlibs:ice40"]
targets:
default:
@@ -90,7 +87,7 @@ targets:
lint:
default_tool : verilator
filesets : [core, techlib]
filesets : [core]
tools:
verilator:
mode : lint-only