-
Notifications
You must be signed in to change notification settings - Fork 62
NVMe: high level model - review findings #748
Copy link
Copy link
Open
Labels
Description
Comments gathered during review of nvme_top_i.sv:
- Handling of error conditions for NVMe read and write operations is missing.
- Is it possible to remove the
#1operation at the end of tasksnvme_cmd_readand `nvme_cmd_write? - Should we remove the unused task
ddr_axi_test? - Is task
axi_ddr_resetrequired? - Set
ACT_brespandACT_rrespto2'hxtogether with releasing ofACT_bvalidandACT_rvalid - Add support for NVMe host admin registers
- Add NVMe lite model description (copy README.md from ibm github)
- Action Register Write Statemachine: Probably need to delay issuing of
nvme_operation()in stateWRITE_BUFFERsimilar to theWRITE_BURSTimplementation
Reactions are currently unavailable