Skip to content

Commit 6b5e2ee

Browse files
Second pass cleaning up boundcontroller
1 parent 5fbee52 commit 6b5e2ee

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

vtr_flow/benchmarks/verilog/boundtop.v

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,15 @@ module boundcontroller (raygroupout, raygroupwe, raygroupid, enablenear, raygrou
828828
temp_u3 = u3 ;
829829
temp_v3 = v3 ;
830830
temp_id3 = id3 ;
831+
// For the unregistered values, we have to pick default behavior;
832+
// these values are used in enough other defined states to appear to
833+
// be reasonable fallbacks, but putting this here does change design
834+
// intent:
835+
raygroupid = 0;
836+
enablenear = 1'b0 ;
837+
raygroupwe = 1'b0 ;
838+
bcvalid = 1'b0 ;
839+
lhreset = 1'b1 ;
831840
case (state)
832841
0 :
833842
begin

0 commit comments

Comments
 (0)