Forum Discussion
NBRUM
New Contributor
7 years agoTrying to erase a sector in the cfm. However, in simulation, I never get a busy signal. help
// Address values for the control and status register (csr)
parameter FLASH_STATUS_REG_ADDR = 1'b0, // only for read operations
parameter FLASH_CONTROL_REG_ADDR = 1'b1, // for...
NBRUM
New Contributor
7 years agoIt was due to the timing. I had an incorrect clock. Once I fixed that the ip core simulated fine.