rewrite fpadd specialcases to use Mux instead of m.IF/Elif/Elif/Elif
[ieee754fpu.git] / src / nmutil / test /
2019-08-16 Luke Kenneth Casso... test flipping of latchable pipeline stage between sync...
2019-08-15 Luke Kenneth Casso... add dynamic comb/sync mode to MaskCancellable
2019-08-14 Luke Kenneth Casso... debugging feedback pipe
2019-08-10 Luke Kenneth Casso... {x}{y} in verilog means x occurrences of y
2019-08-10 Luke Kenneth Casso... start converting hardfloat-verilog fmac to nmigen
2019-08-07 Luke Kenneth Casso... route-back experimentation
2019-08-07 Luke Kenneth Casso... add experimental feedback pipe test
2019-08-07 Luke Kenneth Casso... respect Ready/Valid signalling (stall capability) in...
2019-08-06 Luke Kenneth Casso... add mask cancellation to FPDIV and to fpmux unit test
2019-08-03 Luke Kenneth Casso... test actual cancellation mask (works)
2019-08-03 Luke Kenneth Casso... add 2 extra stages to cancel test
2019-08-03 Luke Kenneth Casso... pass on stop bits as well
2019-08-03 Luke Kenneth Casso... concatenate mask bits on fan-in, split on fan-out
2019-08-03 Luke Kenneth Casso... add maskable in/out cancellable test
2019-08-03 Luke Kenneth Casso... generate mask il
2019-08-03 Luke Kenneth Casso... mask sort-of working as long as "ready" is always true
2019-08-02 Luke Kenneth Casso... update test
2019-08-01 Luke Kenneth Casso... add copy of inout mux pipe
2019-08-01 Luke Kenneth Casso... whitespace
2019-07-02 Luke Kenneth Casso... big convert g/s/r mid --> muxid
2019-05-02 Luke Kenneth Casso... get outmux test working with nose3
2019-05-02 Luke Kenneth Casso... get prioritymux test working with nose3
2019-05-02 Luke Kenneth Casso... get inout mux test running on nose3
2019-05-02 Luke Kenneth Casso... break test_buf_pipe.py down into individual tests
2019-05-02 Luke Kenneth Casso... relative imports
2019-05-02 Luke Kenneth Casso... add __init__.py to nmutil/test
2019-05-02 Luke Kenneth Casso... rename testbench to tbench, avoid nose3 issue
2019-05-02 Luke Kenneth Casso... move more unit tests
2019-05-02 Luke Kenneth Casso... move test_buf_pipe.py unit test, shuffle nmutil