-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Could you improve the documentation, docstring comments and naming of files?
For a newcomer to HDL it took me some time to even figure out what is where and what purpose does it have. Suggestions for name changes:
sdram.py-->SdramHwSim.py, because it is a Simulated SDRAM modelsd_intf.py-->SdramHwIntf.py, because it is a Interface on SDRAM hardware sidehost_intf.py-->SdramHostIntf.py, because it is a Interface on host sideclass MySdramCntl-->class SdramCntl, because it is a general, not mine, SDRAM controller with SdramHwIntf and SdramHostIntf interfacestest_controller.py-->test_SdramCntl.pytest_sdram.py-->test_SdramHwSim.py- modal --> model (common typo in
README.md)
Metadata
Metadata
Assignees
Labels
No labels