-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bring back testing in gram #7
Comments
https://github.com/awersatos/AD/tree/master/Library/HDL%20Simulation/Lattice%20ispLEVER%208.0%20Verilog%20Libraries/ovi_ecp3/src has DDR models for ECP3. Can we reuse those models, or produce similar models for the ECP5? |
Lattice Diamond provides simulation libraries for the ECP5 (in
|
PoC code with Lattice ECP5 instances published in 0c6d000 |
Currently our simulation code is quite slow because we're using unsynthesizable code in Icarus Verilog. We could use a synthesizable model to make things faster. There's this one which is opensource: https://github.com/freecores/ddr3_synthesizable_bfm But it isn't flexible enough to emulate a RAM chip with two (or more) DQS signals. |
Untested classes:
|
… there is no refresh request (fixing #7)
During the LiteDRAM -> dram I ditched all the simulation/test files. This is quite problematic, and should be addressed ASAP.
Ideas:
The text was updated successfully, but these errors were encountered: