clarify out-mux formatting
[pinmux.git] / src / bsv /
2018-06-25 Luke Kenneth Casso... clarify out-mux formatting
2018-06-25 Luke Kenneth Casso... remove debug print
2018-06-25 Luke Kenneth Casso... whoops counting cell bit width, maths wrong
2018-06-25 Luke Kenneth Casso... whoops use bsv comments not python comments!
2018-06-24 Luke Kenneth Casso... whoops accidentally removed all parameters not just...
2018-06-24 Luke Kenneth Casso... remove pullup and other pad characteristics as theyre...
2018-06-20 Luke Kenneth Casso... remove None from format functions
2018-06-20 Luke Kenneth Casso... add new types FunctionType and PadCharacteristicsType
2018-06-13 Luke Kenneth Casso... use getifacetype to identify generation of xxxx_io...
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-05-31 Luke Kenneth Casso... autopep8 cleanup
2018-04-27 Luke Kenneth Casso... add Makefile/lib auto-generator
2018-04-14 Luke Kenneth Casso... use bit width consistently for mux cells
2018-04-14 Luke Kenneth Casso... must declare mux selection same bitwidth
2018-04-14 Luke Kenneth Casso... put cell width at fixed (max) bits
2018-04-14 Neelthe assignment of a wire from an input configured pin...
2018-04-09 Luke Kenneth Casso... add busenable output
2018-04-04 Luke Kenneth Casso... split bsv generator into functions
2018-03-31 Luke Kenneth Casso... big python3 interoperability update
2018-03-30 Luke Kenneth Casso... remove debug print statements
2018-03-30 Luke Kenneth Casso... autopep8 whitespace cleanup
2018-03-30 Luke Kenneth Casso... add a "single" mode to Interfaces, stops number being...
2018-03-29 Neelbitspec if now of type "Bit#(?)" or GenericIOType
2018-03-29 Neelcell interface is now a single output method of Generic...
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... pep8, whitespace cleanup
2018-03-23 Luke Kenneth Casso... move more modules to src/bsv directory
2018-03-23 Luke Kenneth Casso... move pinmux generator function to src/bsv directory
2018-03-23 Luke Kenneth Casso... move pinmux generator function to src/bsv directory