Skip to content

Commit

Permalink
fix(NET-MOD-Logic-UVM): fix bad ARCH in UVM top_level.fdo file
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubcabal committed Dec 11, 2024
1 parent 4c90c85 commit e5b1275
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set TB_FILE "./tbench/testbench.sv"
set SIG_FILE "./signals_sig.fdo"

set COMPONENTS [list \
[list "DUT" $DUT_BASE "FULL"]\
[list "DUT" $DUT_BASE "NO_CRC"]\
[list "DUT_UVM" $DUT_UVM_BASE "FULL"]\
]

Expand Down

0 comments on commit e5b1275

Please sign in to comment.