when muxwidth == 1 output pin directly
[pinmux.git] / src / bsv / actual_pinmux.py
2018-07-31 Luke Kenneth Casso... when muxwidth == 1 output pin directly
2018-07-31 Luke Kenneth Casso... use dedicated cell output for muxwidth = 1
2018-07-31 Luke Kenneth Casso... start code-gen for mux cells
2018-07-10 Luke Kenneth Casso... move cell bit width function to Parse class
2018-07-10 Luke Kenneth Casso... shuffle interface-reading code around to create Interfa...
2018-07-02 Luke Kenneth Casso... pep8 cleanup
2018-07-01 Luke Kenneth Casso... create a val0 which is set to 0 to get round compilatio...
2018-07-01 Luke Kenneth Casso... hack for the outputs, get rid of _out for non-inouts
2018-06-29 Luke Kenneth Casso... set output-only via GPIO direction
2018-06-27 Luke Kenneth Casso... remove print statements
2018-06-26 Luke Kenneth Casso... fix bug in dedicated cell type detection
2018-06-26 Luke Kenneth Casso... add comment to mkmux function
2018-06-25 Luke Kenneth Casso... pep8 cleanup
2018-06-25 Luke Kenneth Casso... add comments for priority muxer inputs
2018-06-25 Luke Kenneth Casso... split mux-generation into separate function, use it...
2018-06-25 Luke Kenneth Casso... pep8 cleanup
2018-06-25 Luke Kenneth Casso... do full cell mux range otherwise spurious outputs occur
2018-06-25 Luke Kenneth Casso... move cell_bit_width function
2018-06-25 Luke Kenneth Casso... add comment insertion thing into muxer output
2018-06-25 Luke Kenneth Casso... clarify out-mux formatting
2018-06-13 Luke Kenneth Casso... Revert "input cell-types now output 0 on output as...
2018-06-13 Luke Kenneth Casso... input cell-types now output 0 on output as well.\
2018-06-13 Luke Kenneth Casso... output zero where there is a blank entry in the pinmux
2018-06-13 Luke Kenneth Casso... skip blank-string entries
2018-06-13 Luke Kenneth Casso... cell[0] is a string not an int
2018-06-12 Luke Kenneth Casso... pep8 whitespace cleanup
2018-06-12 rishucodingadding docstring to translate function
2018-06-12 rishucodingadding comment to cellnumber function
2018-06-12 rishucodingreplace split from whitespace to tabspace
2018-05-31 Luke Kenneth Casso... add comment for init fn
2018-05-31 Luke Kenneth Casso... use cell idx to generate comment into pinmux, matches...
2018-05-31 Luke Kenneth Casso... output comment so as to be able to track down output
2018-04-14 Neelthe assignment of a wire from an input configured pin...
2018-04-09 Luke Kenneth Casso... add busenable output
2018-03-31 Luke Kenneth Casso... big python3 interoperability update
2018-03-29 Neelcreating a single rule to assign function inputs from...
2018-03-29 Luke Kenneth Casso... stronger autopep8 whitespace cleanup
2018-03-28 Luke Kenneth Casso... remove manual dictionary, use interface txt file defini...
2018-03-23 Luke Kenneth Casso... move more modules to src/bsv directory