Skip to content

Commit cc16f83

Browse files
ezelioliphsauter
authored andcommitted
yosys: update hierachy after RTL changes
1 parent fa06cdd commit cc16f83

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

yosys/scripts/yosys_synthesis.tcl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ yosys setattr -set keep_hierarchy 1 "t:cve2_cs_registers$*"
4040
yosys setattr -set keep_hierarchy 1 "t:dmi_jtag$*"
4141
yosys setattr -set keep_hierarchy 1 "t:dm_top$*"
4242
yosys setattr -set keep_hierarchy 1 "t:gpio$*"
43-
yosys setattr -set keep_hierarchy 1 "t:timer_unit$*"
43+
yosys setattr -set keep_hierarchy 1 "t:clint$*"
44+
yosys setattr -set keep_hierarchy 1 "t:obi_timer$*"
4445
yosys setattr -set keep_hierarchy 1 "t:reg_uart_wrap$*"
45-
yosys setattr -set keep_hierarchy 1 "t:soc_ctrl_reg_top$*"
46+
yosys setattr -set keep_hierarchy 1 "t:soc_ctrl_regs$*"
4647
yosys setattr -set keep_hierarchy 1 "t:tc_clk*$*"
4748
yosys setattr -set keep_hierarchy 1 "t:tc_sram_impl$*"
4849
yosys setattr -set keep_hierarchy 1 "t:cdc_*$*"

0 commit comments

Comments
 (0)