mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
6e55840a32
commit
abf8d2c51a
2 changed files with 1 additions and 1 deletions
|
@ -60,6 +60,7 @@ def parse_simx(log_lines):
|
|||
instr_data["destination"] = re.search(destination_pattern, line).group(1)
|
||||
except Exception as e:
|
||||
print("Error at line {}: {}".format(lineno, e))
|
||||
instr_data = None
|
||||
if instr_data:
|
||||
entries.append(instr_data)
|
||||
return entries
|
||||
|
|
1
hw/rtl/cache/VX_cache_flush.sv
vendored
1
hw/rtl/cache/VX_cache_flush.sv
vendored
|
@ -76,7 +76,6 @@ module VX_cache_flush #(
|
|||
`UNUSED_VAR (bank_req_fire)
|
||||
end
|
||||
|
||||
|
||||
reg [1:0] state, state_n;
|
||||
reg [NUM_BANKS-1:0] flush_done, flush_done_n;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue