code refactoring for Vivado, sv2v, and yosys compatibility
This commit is contained in:
@@ -7,6 +7,14 @@ interface VX_fetch_to_csr_if ();
|
||||
|
||||
wire [`NUM_WARPS-1:0][`NUM_THREADS-1:0] thread_masks;
|
||||
|
||||
modport master (
|
||||
output thread_masks
|
||||
);
|
||||
|
||||
modport slave (
|
||||
input thread_masks
|
||||
);
|
||||
|
||||
endinterface
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user