move do_sim and hash_256 to separate module
[nmutil.git] / src /
2021-12-17 Jacob Lifshaymove do_sim and hash_256 to separate module
2021-12-17 Jacob Lifshayadd docs
2021-12-17 Jacob Lifshaysimplify lut.py
2021-12-12 Luke Kenneth Casso... whoops just step through i not list
2021-12-12 Luke Kenneth Casso... remove the pre-added array, remove the sub-function...
2021-12-11 Luke Kenneth Casso... more comments
2021-12-11 Luke Kenneth Casso... some more hints/comments
2021-12-11 Luke Kenneth Casso... add some comments (locations for comments to be added)
2021-12-10 Jacob Lifshayadd initial grev implementation
2021-12-10 Jacob Lifshayremove unused import
2021-12-08 Luke Kenneth Casso... fix to nmutil workaround for detecting new Simulator API
2021-12-06 Luke Kenneth Casso... add a PLRUs module which selects between multiple PLRUs
2021-12-02 Jacob Lifshayadd nmigen/_toolchain/__init__ as toolchain.py to avoid...
2021-12-02 Jacob Lifshayremove redundant overrides of stuff that's aready in...
2021-12-02 Jacob Lifshayadd missing import Statement for assertRepr
2021-12-02 Jacob Lifshaychange FHDLTestCase to use get_test_path
2021-12-02 Jacob Lifshayswitch test_lut to use FHDLTestCase
2021-12-02 Jacob Lifshayformat code
2021-12-01 Luke Kenneth Casso... note about not setting the muxid in ReservationStations2
2021-11-28 Luke Kenneth Casso... update SRLatch API to include q_int
2021-11-17 Jacob Lifshayadd Array-based version of BitwiseLut, renaming old...
2021-11-17 Jacob Lifshayadd formal tests for BitwiseLut
2021-11-17 Jacob Lifshayadd BitwiseLut and tests
2021-11-08 Luke Kenneth Casso... return latchregister results so that it can be further...
2021-11-07 Luke Kenneth Casso... allow name of ALU to be set in ReservationStations2
2021-11-07 Luke Kenneth Casso... reduce number of wait states in ReservationStations2...
2021-11-07 Luke Kenneth Casso... fixed bug in MultiCompUnit, can return to combinatorial...
2021-11-04 Luke Kenneth Casso... bugfix new ReservationStations2
2021-11-04 Luke Kenneth Casso... update ReservationStations2 to be a FSM. not a very...
2021-11-03 Luke Kenneth Casso... add start of new ReservationStations2 class
2021-11-03 Luke Kenneth Casso... add some debug output to Visitor2 (commented out)
2021-11-03 Luke Kenneth Casso... add name prefix to PrevControl and NextControl
2021-11-01 Luke Kenneth Casso... ReservationStations - or more to the point the CombMuxI...
2021-11-01 Luke Kenneth Casso... move call to self.process onto i_data in multipipe...
2021-11-01 Luke Kenneth Casso... redo ReservationStations setup of pseudoalus
2021-11-01 Luke Kenneth Casso... add ALUProxy to ReservationStations class
2021-11-01 Luke Kenneth Casso... whitspace
2021-11-01 Luke Kenneth Casso... whitespace
2021-10-09 Jacob Lifshayadd deduped
2021-10-08 Jacob Lifshaymove type info into doc strings, since lkcl complains...
2021-10-01 Jacob Lifshayadd get_test_path function from simd_signal's util.py
2021-09-30 Luke Kenneth Casso... varname error (extz_data not exts_data)
2021-09-29 Luke Kenneth Casso... morph exts/extz and add new "ext" function which takes...
2021-08-24 Luke Kenneth Casso... likewise replace data_o with o_data and data_i with...
2021-08-24 Luke Kenneth Casso... big rename, global/search/replace of ready_o with o_rea...
2021-08-24 Luke Kenneth Casso... rename run_test to run_tst so nosetests3 skips it
2021-02-21 Cesar StraussAllow groups to start closed
2021-02-21 Luke Kenneth Casso... extra comments in byte_reverse function
2021-02-21 Cesar StraussUse "src_loc_at" to look for a suitable name in the...
2021-02-21 Cesar StraussMove the selection field function to nmutil
2021-01-23 Cesar StraussAllow choosing a non-default solver in assertFormal
2021-01-04 Cesar StraussDefine default zoom level for formal engines
2020-12-06 Cesar StraussImplement the "submodule" attribute 24jan2021_ls180
2020-12-06 Cesar StraussAllow applying a style to a group of signals
2020-12-04 Luke Kenneth Casso... add grant links, and record of funding under #538
2020-12-02 Cesar StraussZoom level is affected by the time resolution unit...
2020-11-18 Cesar StraussAvoid use of "trace_bit" to print trace bits
2020-11-17 Cesar StraussAdd support for displaying individual bits from wide...
2020-10-28 Cesar StraussAlso export Passive from the chosen Simulator module
2020-10-24 Cesar StraussCalculate the zoom level from the clock period
2020-10-12 Luke Kenneth Casso... use unittest.TestCase rather than FHDLTestCase
2020-10-07 Jacob Lifshayadd overflow detection to DIVS
2020-10-07 Jacob Lifshayformat code
2020-09-27 Cesar StraussReport cxxsim selected, only when using the new API
2020-09-24 Cesar StraussAdd a few extra imports for convenience
2020-09-24 Cesar StraussRun-time selecion of simulator engine
2020-09-14 Luke Kenneth Casso... add extra name in plru for debugging
2020-09-14 Luke Kenneth Casso... switch off print statements
2020-09-14 Luke Kenneth Casso... add pseudo-plru from ariane
2020-09-13 Luke Kenneth Casso... add masked util function
2020-09-13 Luke Kenneth Casso... add dummy Display function
2020-09-13 Luke Kenneth Casso... syntax error in byterev
2020-09-01 Cesar StraussMake GTKWave example self-contained
2020-08-29 Cesar StraussSimplify example, focusing on write_gtkw
2020-08-29 Cesar StraussMove write_gtkw from soc.experiment.alu_fsm
2020-08-29 Luke Kenneth Casso... add reversal and lsb/msb mode to PriorityPicker
2020-08-26 Luke Kenneth Casso... sorting out div/mod routines, bug in simulator
2020-08-19 Luke Kenneth Casso... 1 extra bit on mask shift size needed, to allow ">...
2020-08-17 Luke Kenneth Casso... allow byterev to accept a scalar int
2020-08-17 Luke Kenneth Casso... add Mask class
2020-08-09 Luke Kenneth Casso... add rising edge function for generating pulse
2020-07-28 Luke Kenneth Casso... disable very verbose debug printing
2020-07-28 Luke Kenneth Casso... move "wrap" function into nmutil.util
2020-07-22 Luke Kenneth Casso... missed en_o on list of ports in PriorityPicker
2020-07-17 Samuel A. Falvo IICheck equality between two PipeContext instances.
2020-07-15 Luke Kenneth Casso... missed critical functions in cut/paste copy of PipeContext
2020-07-15 Luke Kenneth Casso... missing Signal import
2020-07-15 Luke Kenneth Casso... move FPPipeContext to concurrentunit: rename to PipeContext
2020-07-13 Luke Kenneth Casso... import globally not locally.
2020-07-10 Luke Kenneth Casso... rename trunc_div/rem to trunc_divs
2020-07-09 Luke Kenneth Casso... cheat in trunch_rem, truncate result of multiply
2020-07-09 Luke Kenneth Casso... whoops trunc_div returning neg/neg result rather than...
2020-07-06 Luke Kenneth Casso... whoops missed Mux
2020-07-06 Luke Kenneth Casso... add eq32 helper
2020-07-05 Luke Kenneth Casso... remove unneeded imports
2020-07-04 Luke Kenneth Casso... add feedback_width option (unused) to concurrentunit...
2020-07-02 Luke Kenneth Casso... use Mux in latchregister, try to break "loops"
2020-06-27 Luke Kenneth Casso... use prefix where it exists
2020-06-26 Luke Kenneth Casso... fix prefixes on RecordObject
2020-06-26 Michael NolanRemove print statements from recordobject
next