mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-03-25 16:18:13 -04:00
exe monitor can only be enabled, not disabled
Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
parent
7612d00ccf
commit
5c05ae657e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user