use get_op functions, easier to do
[ieee754fpu.git] / src / add / fmul.py
2019-02-18 Luke Kenneth Casso... use get_op functions, easier to do
2019-02-18 Luke Kenneth Casso... product in multiply, not tot (was from add)
2019-02-18 Luke Kenneth Casso... corrections in whitespace due to use of tabs
2019-02-18 Luke Kenneth Casso... mul needs FPNum mantissa to be 24-bit on a and b, set...
2019-02-17 Aleksandar KostovicFinished the module states and added __main__
2019-02-17 Aleksandar KostovicAdd more special cases to the module
2019-02-17 Aleksandar KostovicAdded comment to explain a case
2019-02-17 Aleksandar KostovicTranslated more of the special cases to nmigen
2019-02-17 Aleksandar KostovicTranslated some of the special cases to nmigen
2019-02-17 Aleksandar KostovicStarted to build module using functions instead plain...
2019-02-17 Aleksandar KostovicStarted to translate special cases
2019-02-17 Aleksandar KostovicDone unpack in nmigen
2019-02-17 Luke Kenneth Casso... convert to more general base classes, start support...
2019-02-16 Aleksandar KostovicFixed typo in get_b state
2019-02-16 Aleksandar KostovicDid get_b state in nmigen
2019-02-16 Aleksandar KostovicDid get_a state in nmigen
2019-02-16 Aleksandar KostovicMade a file and started to do porting from verilog...