move cell_bit_width function
[pinmux.git] / src /
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... corrections to hand-coded file
2018-06-25 Luke Kenneth Casso... whoops counting cell bit width, maths wrong
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... correct microtest spec, single interface must take...
2018-06-25 Luke Kenneth Casso... start removing GenericIOType
2018-06-25 Luke Kenneth Casso... change hand-edited bsv to bsv comments
2018-06-25 Luke Kenneth Casso... whoops use bsv comments not python 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...
2018-06-24 Luke Kenneth Casso... whoops accidentally removed all parameters not just...
2018-06-24 Luke Kenneth Casso... reduce microtest further in size
2018-06-24 Luke Kenneth Casso... rename minitest to microtest
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-20 Luke Kenneth Casso... separate pin banks by name
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-13 Luke Kenneth Casso... remove newline from line before splitting with tabs
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-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-05-24 Luke Kenneth Casso... make mdwn path if it doesnt exist
2018-04-27 Luke Kenneth Casso... microtest experimenting
2018-04-27 Luke Kenneth Casso... even remove gpio, microtest still too big
2018-04-27 Luke Kenneth Casso... add microtest, minitest still too big
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-09 Luke Kenneth Casso... record bus/ganged type in tsv spec files
2018-04-04 Luke Kenneth Casso... add documentation on pinfunctions
2018-04-04 Luke Kenneth Casso... return which pins are inout-buses from spec pinfunctions
2018-04-04 Luke Kenneth Casso... split bsv generator into functions
2018-04-04 Luke Kenneth Casso... whitespace pep8 cleanup
2018-03-31 Luke Kenneth Casso... selector test goes in opposite direction
2018-03-31 Luke Kenneth Casso... add myhdl mux.py experiment
2018-03-31 Luke Kenneth Casso... clean up pinspec, remove redundant arguments
2018-03-31 Luke Kenneth Casso... big pep8 whitespace cleanup
2018-03-31 Luke Kenneth Casso... add base class for scenario and pinspecs
2018-03-31 Luke Kenneth Casso... big python3 interoperability update
2018-03-31 Luke Kenneth Casso... write out to mdwn file instead of stdout
2018-03-30 Luke Kenneth Casso... autopep8 whitespace cleanup
2018-03-30 Luke Kenneth Casso... add some documentation to the spec modules
2018-03-30 Luke Kenneth Casso... update minitest spec
2018-03-30 Luke Kenneth Casso... rework spec generation functions
2018-03-30 Luke Kenneth Casso... refactoring pin function name generators
2018-03-30 Luke Kenneth Casso... fix UARTQ0 spec
2018-03-30 Luke Kenneth Casso... rename m_class spec jtag and ulpi numbers
2018-03-30 Luke Kenneth Casso... rename m_class spec uart numbers
2018-03-30 Luke Kenneth Casso... rename m_class spec spi numbers
2018-03-30 Luke Kenneth Casso... rename m_class spec sd numbers
2018-03-30 Luke Kenneth Casso... renumber interfaces start from zero
2018-03-30 Luke Kenneth Casso... remove debug print statements
2018-03-30 Luke Kenneth Casso... adjust minitest layout
2018-03-30 Luke Kenneth Casso... add mini spec for test purposes
2018-03-30 Luke Kenneth Casso... check pin position overwriting
2018-03-30 Luke Kenneth Casso... whoops not commented out properly
2018-03-30 Luke Kenneth Casso... remove print statement
2018-03-30 Luke Kenneth Casso... pep8 whitespace cleanup
2018-03-30 Luke Kenneth Casso... autopep8 being a bit over-zealous...
2018-03-30 Luke Kenneth Casso... explain flexspec, its extra functions to be added basically
2018-03-30 Luke Kenneth Casso... autopep8 whitespace cleanup
2018-03-30 Luke Kenneth Casso... move spec functions into Pinouts class
2018-03-30 Luke Kenneth Casso... bug in m_class spec, flexbus pins being overwritten
2018-03-30 Luke Kenneth Casso... rename functions with single instances
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... adding test on migen pinmux
2018-03-29 Luke Kenneth Casso... write out pinspec to pinspec.txt
2018-03-29 Luke Kenneth Casso... add pinbank starting points and sizes
2018-03-29 Luke Kenneth Casso... add migen safe input mux
2018-03-29 Luke Kenneth Casso... whitespace python3 cleanup
2018-03-29 Luke Kenneth Casso... whoops need __contains__ due to pep8 replacement in...
2018-03-29 Luke Kenneth Casso... stronger autopep8 whitespace cleanup
2018-03-29 Luke Kenneth Casso... add fixed pins generation
2018-03-28 Luke Kenneth Casso... add TODO assert for now
next