mirror of
https://github.com/UzixLS/TSConf_MiST.git
synced 2025-07-18 23:01:37 +03:00
timings-related fixes
This commit is contained in:
@ -888,8 +888,10 @@ compressor compressor
|
||||
//-----------------------------------------------------------------------------
|
||||
// Global
|
||||
//-----------------------------------------------------------------------------
|
||||
wire reset = COLD_RESET | WARM_RESET | key_reset;
|
||||
reg reset;
|
||||
assign RESET_OUT = reset;
|
||||
always @(posedge clk)
|
||||
reset <= COLD_RESET | WARM_RESET | key_reset;
|
||||
|
||||
// CPU interface
|
||||
assign cpu_di_bus =
|
||||
|
Reference in New Issue
Block a user