pinmux.git
2018-07-16 Neelparameterized modules for mux and gpio
2018-07-16 Neelmakefile for gpio and removing dependent files in gpio
2018-07-16 Neeladding initial draft of gpio
2018-07-15 Luke Kenneth... myhdl experimentation
2018-07-10 Luke Kenneth... pep8 cleanu
2018-07-10 Luke Kenneth... hack up a python module for myhdl
2018-07-10 Luke Kenneth... rename myhdlgen import
2018-07-10 Luke Kenneth... move myhdl to myhdlgen directory
2018-07-10 Luke Kenneth... start adding myhdl IO class
2018-07-10 Luke Kenneth... whitespace pep8 cleanup
2018-07-10 Luke Kenneth... whitespace pep8 cleanup
2018-07-10 Luke Kenneth... adding code in cut/paste style from bsv to get class...
2018-07-10 Luke Kenneth... move cell bit width function to Parse class
2018-07-10 Luke Kenneth... shuffle interface-reading code around to create Interfa...
2018-07-09 Luke Kenneth... add testbench argument, switch off for muxer conversion
2018-07-09 rishucodingMerge branch 'master' of libre-riscv.org:/pinmux
2018-07-09 rishucodingcorrection in TestFailure log message
2018-07-09 Luke Kenneth... class objects can contain signals at the top level
2018-07-09 Luke Kenneth... auto-generate top-level module which accepts multiple...
2018-07-09 Luke Kenneth... modify test2 to take one argument: array of inputs
2018-07-09 Luke Kenneth... add test module which is dynamically created
2018-07-06 Luke Kenneth... pep8 whitespace cleanup
2018-07-06 rishucodingouten is 0 when iopad is supplying input
2018-07-06 rishucodingadding cocotb test for multi pin single FN_out
2018-07-06 rishucodingwhoops.... restoring to commit c4f99657f70
2018-07-06 rishucodingMerge branch 'master' of libre-riscv.org:/pinmux
2018-07-06 rishucodingadding cocotb test for multi pin single FN_out
2018-07-06 Luke Kenneth... add myhdl experiments
2018-07-05 Luke Kenneth... add class experiment
2018-07-04 Luke Kenneth... make arguments to pmux4 a list, as an experiment (worked)
2018-07-04 Luke Kenneth... test priority mux4
2018-07-04 Luke Kenneth... alter muxer, no clock-dependency, add priority muxer...
2018-07-04 Luke Kenneth... add explanation in PinGen class
2018-07-04 Luke Kenneth... remove extraneous clock cycle
2018-07-04 Luke Kenneth... whitespace pep8 cleanup
2018-07-04 Luke Kenneth... add multi-input mux test
2018-07-04 Luke Kenneth... add new multi-input test
2018-07-04 Luke Kenneth... update test pinmux.bsv
2018-07-04 Luke Kenneth... add 2nd copy of i2c_sda to microtest,\
2018-07-04 Luke Kenneth... remove unnecessary clock cycle
2018-07-04 Luke Kenneth... remove tristate tests
2018-07-04 Luke Kenneth... nope it really is pad 2 for twi_scl...
2018-07-04 Luke Kenneth... put twi_scl test back to the right mux value
2018-07-04 rishucodingcorrection in enable and selection lines for twi_scl
2018-07-03 rishucodingadded docstring for gpio2
2018-07-03 rishucodingadded dut._log.info message for twi_sda
2018-07-03 rishucodingmodified passed test dut_log.info
2018-07-03 Luke Kenneth... reorganise tests, split into separate functions
2018-07-02 Luke Kenneth... corrected some of the errors, moved (or added) clock...
2018-07-02 Luke Kenneth... remove spurious timer pulse, add log message, io1_cell...
2018-07-02 Luke Kenneth... move ok log message
2018-07-02 Luke Kenneth... moving enablers for twi_scl to where twi_scl is set up.
2018-07-02 Luke Kenneth... wrong test changed, uart_tx being set to 1, must test...
2018-07-02 Luke Kenneth... pep8 whitespace cleanup
2018-07-02 rishucodingfixed bug : iocell_side_io0_cell_out is a reg, initial...
2018-07-02 rishucodingchanging comment to docstring
2018-07-02 Luke Kenneth... add spec testing.py
2018-07-02 rishucodingcorrection in test_failure strings
2018-07-02 rishucodingAdded test case for twi
2018-07-02 rishucodingAdding comments to interface_decl.py
2018-07-02 Luke Kenneth... add in dummy testing mode
2018-07-02 Luke Kenneth... pep8 cleanup
2018-07-02 Luke Kenneth... add input tests
2018-07-02 Luke Kenneth... comments
2018-07-02 Luke Kenneth... add some more unit tests as an experiment
2018-07-02 Luke Kenneth... add cocotb test
2018-07-01 Luke Kenneth... create a val0 which is set to 0 to get round compilatio...
2018-07-01 Luke Kenneth... hack for the outputs, get rid of _out for non-inouts
2018-07-01 Luke Kenneth... pick up function keys different way
2018-06-29 Luke Kenneth... remove typo X
2018-06-29 Luke Kenneth... update microtest baseline bsv
2018-06-29 Luke Kenneth... set output-only via GPIO direction
2018-06-28 Luke Kenneth... add a check to the spec generator, list pins not found
2018-06-27 Luke Kenneth... remove print statements
2018-06-26 Luke Kenneth... fix bug in dedicated cell type detection
2018-06-26 Luke Kenneth... add comment to mkmux function
2018-06-25 Luke Kenneth... pep8 cleanup
2018-06-25 Luke Kenneth... add comments for priority muxer inputs
2018-06-25 Luke Kenneth... whoops got comments wrong way round
2018-06-25 Luke Kenneth... add in some comments
2018-06-25 Luke Kenneth... add in some comments
2018-06-25 Luke Kenneth... add in some comments
2018-06-25 Luke Kenneth... update test file to match auto-generated
2018-06-25 Luke Kenneth... split out iocells to separate interface, just makes...
2018-06-25 Luke Kenneth... rename ioN_inputval to ioN_cell_in
2018-06-25 Luke Kenneth... remove GenericIOType and FunctionType for now
2018-06-25 Luke Kenneth... change enabled mode, to look lke test output
2018-06-25 Luke Kenneth... change order of declarations, to look like output
2018-06-25 Luke Kenneth... reformat declarations to look like test file, bit hacky...
2018-06-25 Luke Kenneth... split mux-generation into separate function, use it...
2018-06-25 Luke Kenneth... correct test file
2018-06-25 Luke Kenneth... cell mux bitwidth 2
2018-06-25 Luke Kenneth... pep8 cleanup
2018-06-25 Luke Kenneth... use tabs not spaces
2018-06-25 Luke Kenneth... 2 wires per cell muxer
2018-06-25 Luke Kenneth... extend mux entries in test file to cover up to 1<<cell_...
2018-06-25 Luke Kenneth... do full cell mux range otherwise spurious outputs occur
2018-06-25 Luke Kenneth... move cell_bit_width function
2018-06-25 Luke Kenneth... add comment insertion thing into muxer output
2018-06-25 Luke Kenneth... clarify out-mux formatting
next