3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-01 03:57:52 +00:00

remove invalid tests, use scratchpad variable check.permissive

This commit is contained in:
Emil J. Tywoniak 2025-05-07 15:26:09 +02:00
parent 0601260bf2
commit 56d562299a
4 changed files with 1 additions and 70 deletions

View file

@ -14,7 +14,7 @@ module test(
reg [7:0] mem[3:254];
assign rd[7:0] = mem[{ra, 1'b0}];
assign rd[15:0] = mem[{ra, 1'b1}];
assign rd[15:8] = mem[{ra, 1'b1}];
initial begin
mem[5] = 8'h12;