aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-02-06Libraries/Base3-Math: Complex: Add support for complex conjugate function.Elvis Dowson
2023-01-18Remove uses of sprintf in BluesimJulie Schwartz
2023-01-11Pretty-print `let`s with surrounding bracesRyan Scott
2022-12-21Remove -fpermissive from BSC's C/C++ compilesJulie Schwartz
2022-12-19export getEvalPositionPu Wang
2022-11-01Add support for haskell language server (#510)ThePerfectComputer
2022-09-24Bugfixes in src/exec/bsc_build_vsim_verilator (is sh script but had b… (#499)Rishiyur S. Nikhil
2022-05-27Fix typo on commentpbing
2022-04-27Reduce ISyntax comparisons of an expr to itselfJulie Schwartz
2022-04-18BRAM: replace custom bypass FIFO adapter with call to SpecialFIFOs.David Anderson
2022-03-09Fix ifc schedule for sized Bypass FIFOs and add testsJulie Schwartz
2022-03-06Fix notEmpty method behaviour in sizedbypassfifoS Pawan Kumar
2022-02-04Unhide and document the -use-dpi flagJulie 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-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-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-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-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-11-27Fix the lexing of CPP linemarkers (#435)Julie Schwartz
2021-11-27Improve the condition for Tcl workaround (#406)Julie 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-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-10-30Enable building on FreeBSDDavid Chisnall
2021-10-28Update Yices to version 2.6.4Julie Schwartz
2021-10-28Support building on Arm-based MacsJessica Clarke
2021-10-28Fix building on macOS when tcl-tk is installed via HomebrewJessica Clarke
2021-08-19Adjust submodule checks when not in a git repoJulie Schwartz
2021-08-19Update version script to work when exportedJulie Schwartz