New Warp Scheduler + VCD Enable

This commit is contained in:
felsabbagh3
2019-09-15 00:12:41 -04:00
parent fb3bc60189
commit e67310acfb
66 changed files with 568 additions and 12973 deletions

View File

@@ -53,9 +53,7 @@ module VX_csr_handler (
end
end
always @(negedge clk) begin
data_read <= csr[decode_csr_address];
end
assign data_read = csr[decode_csr_address];
assign read_cycle = decode_csr_address == 12'hC00;