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:
parent
0601260bf2
commit
56d562299a
4 changed files with 1 additions and 70 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue