cornell-brg / pymtl

Python-based hardware modeling framework
BSD 3-Clause "New" or "Revised" License
237 stars 82 forks source link

[pclib/rtl] added special case to register file for single read port #163

Open gb358 opened 8 years ago

gb358 commented 8 years ago

Register files with a single read port now have a port instead of a list of ports for their interface. I had to add checks for that in the combinational read logic. I also changed the tests to reflect this change in usage.