pinmux.git
2018-04-27 Luke Kenneth... clean up Makefile
2018-04-27 Luke Kenneth... add Makefile/lib auto-generator
2018-04-14 Luke Kenneth... use bit width consistently for mux cells
2018-04-14 Luke Kenneth... must declare mux selection same bitwidth
2018-04-14 Luke Kenneth... 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... add busenable output
2018-04-09 Luke Kenneth... record bus/ganged type in tsv spec files
2018-04-04 Luke Kenneth... add documentation on pinfunctions
2018-04-04 Luke Kenneth... return which pins are inout-buses from spec pinfunctions
2018-04-04 Luke Kenneth... split bsv generator into functions
2018-04-04 Luke Kenneth... whitespace pep8 cleanup
2018-03-31 Luke Kenneth... selector test goes in opposite direction
2018-03-31 Luke Kenneth... add myhdl mux.py experiment
2018-03-31 Luke Kenneth... clean up pinspec, remove redundant arguments
2018-03-31 Luke Kenneth... big pep8 whitespace cleanup
2018-03-31 Luke Kenneth... add base class for scenario and pinspecs
2018-03-31 Luke Kenneth... big python3 interoperability update
2018-03-31 Luke Kenneth... write out to mdwn file instead of stdout
2018-03-30 Luke Kenneth... autopep8 whitespace cleanup
2018-03-30 Luke Kenneth... add some documentation to the spec modules
2018-03-30 Luke Kenneth... update minitest spec
2018-03-30 Luke Kenneth... rework spec generation functions
2018-03-30 Luke Kenneth... refactoring pin function name generators
2018-03-30 Luke Kenneth... fix UARTQ0 spec
2018-03-30 Luke Kenneth... rename m_class spec jtag and ulpi numbers
2018-03-30 Luke Kenneth... rename m_class spec uart numbers
2018-03-30 Luke Kenneth... rename m_class spec spi numbers
2018-03-30 Luke Kenneth... rename m_class spec sd numbers
2018-03-30 Luke Kenneth... renumber interfaces start from zero
2018-03-30 Luke Kenneth... remove debug print statements
2018-03-30 Luke Kenneth... adjust minitest layout
2018-03-30 Luke Kenneth... add mini spec for test purposes
2018-03-30 Luke Kenneth... check pin position overwriting
2018-03-30 Luke Kenneth... whoops not commented out properly
2018-03-30 Luke Kenneth... remove print statement
2018-03-30 Luke Kenneth... pep8 whitespace cleanup
2018-03-30 Luke Kenneth... autopep8 being a bit over-zealous...
2018-03-30 Luke Kenneth... explain flexspec, its extra functions to be added basically
2018-03-30 Luke Kenneth... autopep8 whitespace cleanup
2018-03-30 Luke Kenneth... move spec functions into Pinouts class
2018-03-30 Luke Kenneth... bug in m_class spec, flexbus pins being overwritten
2018-03-30 Luke Kenneth... rename functions with single instances
2018-03-30 Luke Kenneth... add a "single" mode to Interfaces, stops number being...
2018-03-29 Neelupdated bluespec search paths
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... adding test on migen pinmux
2018-03-29 Luke Kenneth... write out pinspec to pinspec.txt
2018-03-29 Luke Kenneth... add pinbank starting points and sizes
2018-03-29 Luke Kenneth... add migen safe input mux
2018-03-29 Luke Kenneth... whitespace python3 cleanup
2018-03-29 Luke Kenneth... whoops need __contains__ due to pep8 replacement in...
2018-03-29 Luke Kenneth... stronger autopep8 whitespace cleanup
2018-03-29 Luke Kenneth... add fixed pins generation
2018-03-28 Luke Kenneth... add TODO assert for now
2018-03-28 Luke Kenneth... sort out pwm naming scheme
2018-03-28 Luke Kenneth... fix pinmerge issue, merge pingroup
2018-03-28 Luke Kenneth... fix incompatibility between spec gen and pinmux code-gen
2018-03-28 Luke Kenneth... remove manual dictionary, use interface txt file defini...
2018-03-27 Luke Kenneth... big autopep8 whitespace cleanup, not run before on...
2018-03-27 Luke Kenneth... first effort at generating pinmap.txt
2018-03-27 Luke Kenneth... whoops forgot to initialise pinspec variable in __main__
2018-03-27 Luke Kenneth... split out interface printing functions to separate...
2018-03-27 Luke Kenneth... rename EINT, add underscore for consistency
2018-03-27 Luke Kenneth... reduce I2S to 5-pin width
2018-03-27 Luke Kenneth... add inout spec
2018-03-27 Luke Kenneth... begin generating spec files consistently: codes a bit...
2018-03-27 Luke Kenneth... add help message for spec
2018-03-25 Luke Kenneth... got fed up of doing functions used class instead for...
2018-03-24 Luke Kenneth... write out interfaces.txt first version
2018-03-23 Luke Kenneth... add spec generation
2018-03-23 Luke Kenneth... add pinspec generator
2018-03-23 Luke Kenneth... pep8, whitespace cleanup
2018-03-23 Luke Kenneth... move more modules to src/bsv directory
2018-03-23 Luke Kenneth... move pinmux generator function to src/bsv directory
2018-03-23 Luke Kenneth... move pinmux generator function to src/bsv directory
2018-03-23 Luke Kenneth... whitespace cleanup
2018-03-23 Luke Kenneth... update Makefile add test directory parameter
2018-03-23 Luke Kenneth... move interface and pinmux definition to test directory
2018-03-23 Luke Kenneth... add help message and options to specify source path
2018-03-23 Luke Kenneth... add path argument to pinmuxgen function
2018-03-23 Luke Kenneth... indent and functionify pinmux generator
2018-03-23 Luke Kenneth... add path option to parse function
2018-03-23 Luke Kenneth... class restructure parsing
2018-03-23 Luke Kenneth... remove if brackets
2018-03-23 Luke Kenneth... remove if brackets
2018-03-23 Luke Kenneth... slight style-alteration on pinmap.txt parsing
2018-03-23 Luke Kenneth... slight logic change which seems to work on generating...
2018-03-23 Luke Kenneth... use assert not if/print/exit
2018-03-23 Luke Kenneth... pycodestyle warned variable name l was ambiguous
2018-03-23 Luke Kenneth... whitespace cleanup
2018-03-23 Luke Kenneth... not a fan of brackets on if statements... :)
2018-03-22 Luke Kenneth... autopep8, whitespace
2018-03-22 Luke Kenneth... whitespace, autopep8
2018-03-22 Neelsignal name for pwm0 is pwm, so variables should change...
2018-03-22 Neelsignal name for spi is "ss" and not "nss"
2018-03-22 Luke Kenneth... remove muxwire from generator, call from interface_decl...
2018-03-22 Luke Kenneth... remove unneeded generic_io import
next