makefile for gpio and removing dependent files in gpio
[pinmux.git] / src / bsv /
2018-07-16 Neelmakefile for gpio and removing dependent files in gpio
2018-07-16 Neeladding initial draft of gpio
2018-07-10 Luke Kenneth Casso... whitespace pep8 cleanup
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 whitespace cleanup
2018-07-02 rishucodingchanging comment to docstring
2018-07-02 rishucodingAdding comments to interface_decl.py
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... remove typo X
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... 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... split out iocells to separate interface, just makes...
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 enabled mode, to look lke test output
2018-06-25 Luke Kenneth Casso... reformat declarations to look like test file, bit hacky...
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-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