use class iterator for mk_connection (all of them)
[pinmux.git] / src / test_bsv /
2018-07-23 Luke Kenneth Casso... create new get/put interface pinmux declaration
2018-07-23 Luke Kenneth Casso... create new get/put interface pinmux declaration
2018-07-23 Luke Kenneth Casso... create new get/put interface pinmux declaration
2018-07-23 Luke Kenneth Casso... add always enabled/ready
2018-07-23 Luke Kenneth Casso... convert pinmux to get/put
2018-07-23 Neelredo pinmux experiment to get/put interface
2018-07-23 Luke Kenneth Casso... start compiling pinmux experiment
2018-07-22 Luke Kenneth Casso... split out mkperipherals
2018-07-22 Luke Kenneth Casso... split out interfaces into separate modules
2018-07-22 Luke Kenneth Casso... add pinmux_experiment.bsv
2018-07-09 rishucodingMerge branch 'master' of libre-riscv.org:/pinmux
2018-07-09 rishucodingcorrection in TestFailure log message
2018-07-06 Luke Kenneth Casso... 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-04 Luke Kenneth Casso... remove extraneous clock cycle
2018-07-04 Luke Kenneth Casso... whitespace pep8 cleanup
2018-07-04 Luke Kenneth Casso... add multi-input mux test
2018-07-04 Luke Kenneth Casso... add new multi-input test
2018-07-04 Luke Kenneth Casso... update test pinmux.bsv
2018-07-04 Luke Kenneth Casso... remove unnecessary clock cycle
2018-07-04 Luke Kenneth Casso... remove tristate tests
2018-07-04 Luke Kenneth Casso... nope it really is pad 2 for twi_scl...
2018-07-04 Luke Kenneth Casso... 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 Casso... reorganise tests, split into separate functions
2018-07-02 Luke Kenneth Casso... corrected some of the errors, moved (or added) clock...
2018-07-02 Luke Kenneth Casso... remove spurious timer pulse, add log message, io1_cell...
2018-07-02 Luke Kenneth Casso... move ok log message
2018-07-02 Luke Kenneth Casso... moving enablers for twi_scl to where twi_scl is set up.
2018-07-02 Luke Kenneth Casso... wrong test changed, uart_tx being set to 1, must test...
2018-07-02 Luke Kenneth Casso... pep8 whitespace cleanup
2018-07-02 rishucodingfixed bug : iocell_side_io0_cell_out is a reg, initial...
2018-07-02 rishucodingcorrection in test_failure strings
2018-07-02 rishucodingAdded test case for twi
2018-07-02 Luke Kenneth Casso... pep8 cleanup
2018-07-02 Luke Kenneth Casso... add input tests
2018-07-02 Luke Kenneth Casso... comments
2018-07-02 Luke Kenneth Casso... add some more unit tests as an experiment
2018-07-02 Luke Kenneth Casso... add cocotb test
2018-06-29 Luke Kenneth Casso... update microtest baseline bsv
2018-06-25 Luke Kenneth Casso... whoops got comments wrong way round
2018-06-25 Luke Kenneth Casso... add in some comments
2018-06-25 Luke Kenneth Casso... add in some comments
2018-06-25 Luke Kenneth Casso... update test file to match auto-generated
2018-06-25 Luke Kenneth Casso... rename ioN_inputval to ioN_cell_in
2018-06-25 Luke Kenneth Casso... remove GenericIOType and FunctionType for now
2018-06-25 Luke Kenneth Casso... change order of declarations, to look like output
2018-06-25 Luke Kenneth Casso... correct test file
2018-06-25 Luke Kenneth Casso... cell mux bitwidth 2
2018-06-25 Luke Kenneth Casso... use tabs not spaces
2018-06-25 Luke Kenneth Casso... 2 wires per cell muxer
2018-06-25 Luke Kenneth Casso... extend mux entries in test file to cover up to 1<<cell_...
2018-06-25 Luke Kenneth Casso... corrections to hand-coded file
2018-06-25 Luke Kenneth Casso... spelling corrections
2018-06-25 Luke Kenneth Casso... rename twi0 and uart0 single functions
2018-06-25 Luke Kenneth Casso... removing GenericIOType, sorting out function names
2018-06-25 Luke Kenneth Casso... start removing GenericIOType
2018-06-25 Luke Kenneth Casso... change hand-edited bsv to bsv comments
2018-06-24 Luke Kenneth Casso... change ioN_cell to methods, stop using GenericIOType
2018-06-24 Luke Kenneth Casso... add cell outen wires
2018-06-24 Luke Kenneth Casso... add comments
2018-06-24 Luke Kenneth Casso... add preliminary mux-out wire
2018-06-24 Luke Kenneth Casso... add auto-generated test pinmux.bsv, to be edited and...