ready to write CSU

This commit is contained in:
2024-07-29 08:05:51 +00:00
parent c62ed9d3ce
commit f8b4896b7c
11 changed files with 72 additions and 8 deletions

View File

@ -39,7 +39,7 @@ struct Memory : dark::Module<Memory_Input, Memory_Output, Memory_Private> {
ready <= 1;
return;
}
if(bool(force_clear_signal)) {
if(bool(force_clear_receiver)) {
status <= 0;
ready <= 1;
return;