exe monitor can only be enabled, not disabled

Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
Joachim Strömbergson 2023-03-06 11:46:41 +01:00 committed by Daniel Lublin
parent 7612d00ccf
commit 5c05ae657e
No known key found for this signature in database
GPG Key ID: 75BD0FEB8D3E7830

View File

@ -253,7 +253,7 @@ module tk1(
end
if (cpu_mon_en_we) begin
cpu_mon_en_reg <= write_data[0];
cpu_mon_en_reg <= 1'h1;
end
if (cpu_mon_first_we) begin