add reg clearing and read-request release
[soc.git] / src /
2019-05-08 Luke Kenneth Casso... add computational unit
2019-05-08 Luke Kenneth Casso... add register file connection
2019-05-08 Luke Kenneth Casso... add ORing of port inputs together
2019-05-08 Luke Kenneth Casso... connect to integer global pending vectors
2019-05-08 Luke Kenneth Casso... add intpick connections
2019-05-08 Luke Kenneth Casso... rename rel_req to req_rel
2019-05-08 Luke Kenneth Casso... replace go_read/go_write with go_rd/go_wr
2019-05-08 Luke Kenneth Casso... connect issue unit to function units
2019-05-08 Luke Kenneth Casso... start wiring up issue unit
2019-05-08 Luke Kenneth Casso... add int fu-reg dep matrix
2019-05-08 Luke Kenneth Casso... add names to read/write ports, add priority picker...
2019-05-08 Luke Kenneth Casso... begin connecting units together
2019-05-07 Luke Kenneth Casso... add nmigen alu_hier to experiment
2019-05-07 Luke Kenneth Casso... add a variant of a regfile that has individual read...
2019-05-07 Luke Kenneth Casso... add regfile.py
2019-05-07 Luke Kenneth Casso... update layout of test_helper.py
2019-05-07 Luke Kenneth Casso... convert test_address_encoder.py to nosetest3 compatibility
2019-05-07 Luke Kenneth Casso... add __init__.py to scoreboard directory
2019-05-07 Luke Kenneth Casso... reorg TLB src
2019-05-07 Luke Kenneth Casso... move main python code to src directory