aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-06Fix notEmpty method behaviour in sizedbypassfifoS Pawan Kumar
2022-02-04Update version badge/link in README bannerJulie Schwartz
2022-02-04Add missing install of COPYING file to releaseJulie Schwartz
2022-02-04Add release notes for 2022.01Julie Schwartz
2022-02-04Unhide and document the -use-dpi flagJulie Schwartz
2022-02-04User Guide: Update the list of -vsim optionsJulie Schwartz
2022-02-03Fix FloatingPoint modules to not require aggressive conditionsJulie Schwartz
2022-01-27Verilator: Support configurable reset in mainJulie Schwartz
2022-01-24Fix bug in Prelude function hexDigitToIntegerJulie Schwartz
2021-12-15Draft support for DPI-based BDPI and Verilator vsim linking (#439)Julie Schwartz
2021-12-14Simplify provisos, as suggested by Julie.Jonathan Woodruff
2021-12-14Fix whitespace.Jonathan Woodruff
2021-12-14Do the FIFO capacity calculation correctly (due to tips from Julie).Jonathan Woodruff
2021-12-14Replace the last two TAdd#(n,n)s that are replaceable with m.Jonathan Woodruff
2021-12-14Improve name of function.Jonathan Woodruff
2021-12-14Trim size of FIFO for holding signs to take into account the number ofJonathan Woodruff
2021-12-14Factor out shared logic.Jonathan Woodruff
2021-12-14Give wrapper state of mkSignedDivider the same capacity as the DividerJonathan Woodruff
2021-12-14One change missing from previous commit.Jonathan Woodruff
2021-12-14Changes for pull request issues.Jonathan Woodruff
2021-12-14Move to "index" rather than "count" to closer align with the original.Jonathan Woodruff
2021-12-14Use creg trick from original version to get concurrant enq and deqJonathan Woodruff
2021-12-14Rework tests to exercise all available pipelining.Jonathan Woodruff
2021-12-14Move to a FIFO1 since the divider we are wrapping cannot handle moreJonathan Woodruff
2021-12-14Use zExtendLSB rather than a custom function.Jonathan Woodruff
2021-12-14Remove internal Divide testbench, as there is now one in the testsuite.Jonathan Woodruff
2021-12-14Add test for Divider and NonPipelinedDivider.Jonathan Woodruff
2021-12-14Share the compare logic for the two tests of count.Jonathan Woodruff
2021-12-14Move count update out of the loop to prevent complex update function.Jonathan Woodruff
2021-12-14Eliminate unnecessary type for pipelined version due to review fromJonathan Woodruff
2021-12-14Move to a more consistent style for MBits.Jonathan Woodruff
2021-12-14Use provisos to get rid of (all but one) TAdd#(n, n)s.Jonathan Woodruff
2021-12-14Remove whitespace on empty line.Jonathan Woodruff
2021-12-14Attempt to resolve whitespace inconsistencies.Jonathan Woodruff
2021-12-14Fix bugs with non-zero iterations per cycle for both mkDivider andJonathan Woodruff
2021-12-12Testsuite: Remove the fragile use of MAKELEVELJulie Schwartz
2021-11-27Add ArchLinux packages to README download listJulie Schwartz
2021-11-27Fix the lexing of CPP linemarkers (#435)Julie Schwartz
2021-11-27Fix finding of Tcl inc/lib flags for CentOS7Julie Schwartz
2021-11-27Improve the condition for Tcl workaround (#406)Julie Schwartz
2021-11-12Document build options and add NOASCIIDOCTORJulie Schwartz
2021-11-12Cleanup/update the Makefile code for invoking GHCJulie Schwartz
2021-11-12Fix more do-block indentation detected by GHC 9.2.1Julie Schwartz
2021-11-10In the CI, hold GHC version at 9.0.1Julie Schwartz
2021-11-08Display the GHC version when buildingJulie Schwartz
2021-11-08Make Monad/Applicative instances more canonicalJulie Schwartz
2021-11-08Fix do-block indentation detected by GHC 9.2.1Julie Schwartz
2021-11-07Fix lookup of Tcl via pkg-configPaulo Matias
2021-10-30Enable building on FreeBSDDavid Chisnall
2021-10-28Update Yices to version 2.6.4Julie Schwartz