ieee754fpu.git
2019-03-21 Luke Kenneth... compact down setup to take one argument (input)
2019-03-21 Luke Kenneth... compact down setup to take one argument (input)
2019-03-21 Luke Kenneth... whitespace cleanup
2019-03-21 Luke Kenneth... start connecting FPNumBase2Ops
2019-03-21 Luke Kenneth... use FPNumBase2Ops for FPGet2OpMod
2019-03-21 Luke Kenneth... add FPPackData class, includes mid to be passed through
2019-03-21 Luke Kenneth... use FPPackData in specialcases mod
2019-03-21 Luke Kenneth... add FPPackData and return as ospec
2019-03-21 Luke Kenneth... rename in_z and out_z to i and o
2019-03-21 Luke Kenneth... use FPRoundData in FPPackMod
2019-03-21 Luke Kenneth... create FPRoundData and use between FPRound and FPCorrec...
2019-03-21 Luke Kenneth... add id_wid/mid to FPNorm1Data
2019-03-21 Luke Kenneth... add id_wid/mid to FPAddStage1Data
2019-03-21 Luke Kenneth... add id_wid to FPNumIn2Ops
2019-03-21 Luke Kenneth... add mid to Stage0Data
2019-03-21 Luke Kenneth... add id_wid argument and mid to FPNum2Ops
2019-03-21 Luke Kenneth... add FPPackData class, includes mid to be passed through
2019-03-21 Luke Kenneth... add ispec and ospec to FPPack
2019-03-20 Luke Kenneth... use FPNorm1ModSingle ospec, sort out setup
2019-03-20 Luke Kenneth... use FPNorm1Data to output z and roundz from Norm1 module
2019-03-20 Luke Kenneth... remove unneeded argument
2019-03-20 Luke Kenneth... use ospec in FPNormToPack
2019-03-20 Luke Kenneth... use ospec/ispec in FPPackMod
2019-03-20 Luke Kenneth... use ospec/ispec in FPCorrectionsMod
2019-03-20 Luke Kenneth... use ospec in FPRound
2019-03-20 Luke Kenneth... use ispec/ospec in FPRoundMod
2019-03-20 Luke Kenneth... FPNorm1Single out_z wrong arguments
2019-03-20 Luke Kenneth... add FPNorm1Data class
2019-03-20 Luke Kenneth... remove unneeded variable
2019-03-20 Luke Kenneth... use ispec and ospec in FPNorm1ModSingle
2019-03-20 Luke Kenneth... remove unneeded variable
2019-03-20 Luke Kenneth... use ispec and ospec in FPNormaliseModSingle
2019-03-20 Luke Kenneth... more use of ospec
2019-03-20 Luke Kenneth... use ospec in FPAddAlignSingleAdd
2019-03-20 Luke Kenneth... remove unneeded variable
2019-03-20 Luke Kenneth... use ospec and ispec in FPAddStage1Mod
2019-03-20 Luke Kenneth... use mod.ospec in FPAddStage0
2019-03-20 Luke Kenneth... add ospec to FPAddStage0Mod
2019-03-20 Luke Kenneth... add ispec to AddStage0Mod
2019-03-20 Luke Kenneth... remove redundant in_z
2019-03-20 Luke Kenneth... use ospec in AddAlignSingleMod class
2019-03-20 Luke Kenneth... use ispec/ospec in FPAddAlignSingleMod
2019-03-20 Luke Kenneth... use ospec in FPAddSpecialCasesDeNorm module
2019-03-20 Luke Kenneth... convert FPAddDeNormMod to ospec/ispec
2019-03-20 Luke Kenneth... use ospec to make clone of out_z
2019-03-20 Luke Kenneth... add ospec function to SpecialCases Mod
2019-03-20 Luke Kenneth... create FPNumBase2Ops class and add ispec function to...
2019-03-20 Luke Kenneth... update comments
2019-03-20 Luke Kenneth... create example pipeline buffer "StageChain" example,
2019-03-20 Luke Kenneth... add StageChain class which links an arbitrary number...
2019-03-20 Luke Kenneth... add a couple of example names to one of the pipeline...
2019-03-20 Luke Kenneth... add a class-based unit test, found bug in eq function...
2019-03-20 Luke Kenneth... split out p.i_valid logic into separate function, use...
2019-03-20 Luke Kenneth... multi-bit control capability
2019-03-19 Luke Kenneth... update comments
2019-03-19 Luke Kenneth... update comments
2019-03-19 Luke Kenneth... update comments
2019-03-19 Luke Kenneth... rename copy function to eq function
2019-03-19 Luke Kenneth... add Record pipeline example and support
2019-03-19 Luke Kenneth... add comment about ports needing flattening
2019-03-19 Luke Kenneth... output less-than test to ilang
2019-03-19 Luke Kenneth... remove unneeded functions, make result and r_data local...
2019-03-19 Luke Kenneth... remove unneeded functions, make result and r_data local...
2019-03-19 Luke Kenneth... r_data and result need not be class members, made local...
2019-03-19 Luke Kenneth... add comment to eq function
2019-03-19 Luke Kenneth... split out common code for both pipeline designs
2019-03-19 Luke Kenneth... rename p.data to p.i_data and n.data to n.o_data
2019-03-19 Luke Kenneth... move connect_out function to NextControl
2019-03-19 Luke Kenneth... move connect_in function to PrevControl
2019-03-19 Luke Kenneth... create connect_to_next function in NextControl, use...
2019-03-19 Luke Kenneth... rename / reorder to have prev and next control classes
2019-03-18 Luke Kenneth... add module setup function in pipe stage
2019-03-18 Luke Kenneth... rename o_comb to result in comb block
2019-03-18 Luke Kenneth... dont need input combinatorial
2019-03-18 Luke Kenneth... add combinatorial pipe example
2019-03-18 Luke Kenneth... clarify comments
2019-03-18 Luke Kenneth... create helper functions to connect input to output...
2019-03-18 Luke Kenneth... refactor the buffered pipeline to a cleaner API with...
2019-03-15 Aleksandar... Removed unnecessary files
2019-03-15 Aleksandar... Merge branch 'master' of ssh://libre-riscv.org:922...
2019-03-15 Aleksandar... Only Imported FPGetOp
2019-03-15 Luke Kenneth... increase frequency of number of entries placed in the...
2019-03-15 Luke Kenneth... move ack to inside loop, seems to reduce time spent...
2019-03-15 Luke Kenneth... add parallel InputGroup unit test
2019-03-15 Luke Kenneth... rename BufPipe example to ExampleBufPipe
2019-03-15 Luke Kenneth... instantiate 2 FPGetOp instances and use them. a little...
2019-03-15 Luke Kenneth... update comments
2019-03-15 Luke Kenneth... remove unnecessary code
2019-03-15 Luke Kenneth... add extra comment block explaining pipe stage example
2019-03-15 Luke Kenneth... inverted busy signal and named it "ready"
2019-03-15 Luke Kenneth... rename stb to "valid"
2019-03-15 Luke Kenneth... create classes for STB/BUSY, split in from out
2019-03-15 Luke Kenneth... add use of FPState, not being used yet
2019-03-14 Luke Kenneth... split pipeline test into 2 functions, one send, one...
2019-03-14 Luke Kenneth... got fpdiv up and running again
2019-03-14 Luke Kenneth... forgot to add submodules
2019-03-14 Luke Kenneth... got rounding working again for fmul
2019-03-14 Luke Kenneth... remove extra arg from old roundz function
2019-03-14 Luke Kenneth... make a bit of a mess of the unit tests, getting mul...
2019-03-14 Luke Kenneth... get roundz working again, needed for mul stage
next