pinmux.git
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
2018-03-22 Luke Kenneth... make interface_decl usage generic
2018-03-22 Luke Kenneth... attempt to add io_interface to iface automatically
2018-03-22 Luke Kenneth... convert to classes (or functions)
2018-03-22 Luke Kenneth... add gitignore for vi swap and pyc files
2018-03-22 Luke Kenneth... add gitignore for vi swap and pyc files
2018-03-22 Luke Kenneth... whitespace, autopep8
2018-03-22 Luke Kenneth... remove unneeded code
2018-03-22 Luke Kenneth... import * baaad!
2018-03-22 Luke Kenneth... remove N_UART, N_SPI etc.
2018-03-22 Luke Kenneth... remove hard-coded additions of interfaces, use Interfac...
2018-03-22 Luke Kenneth... corrections to inferface reader, add unit tests
2018-03-22 Luke Kenneth... add interface reader
2018-03-22 Luke Kenneth... split interface name out as a prefix
2018-03-22 Luke Kenneth... use auto-generated wiredefs
2018-03-22 Luke Kenneth... add wiredef auto-generation
2018-03-22 Luke Kenneth... more alteration of wire_defs to make auto-generation...
2018-03-22 Luke Kenneth... wire_def whitespace cleanup
2018-03-22 Luke Kenneth... Revert "more alteration of wire_defs to make auto-gener...
2018-03-22 Luke Kenneth... more alteration of wire_defs to make auto-generation...
2018-03-22 Luke Kenneth... re-format wire_def to make it easier to auto-generate
2018-03-22 Luke Kenneth... no longer use *interface_def, spi and jtag remove Bit...
2018-03-22 Luke Kenneth... use auto-generate on interface definitions
2018-03-22 Luke Kenneth... consistent naming on io interface
2018-03-22 Luke Kenneth... update pwm to consistent naming convention
2018-03-22 Luke Kenneth... rename twi to consistent naming convention
2018-03-22 Luke Kenneth... cell mux naming convention (forgot to save, whoops)
2018-03-22 Luke Kenneth... uart naming convention consistency
2018-03-22 Luke Kenneth... no longer need MuxInterface class with consistent namin...
2018-03-22 Luke Kenneth... rename cell mux to consistent naming scheme
2018-03-22 Luke Kenneth... rename spi to consistent name format
2018-03-21 Luke Kenneth... invert uart rx/tx generation to match wiredefs and...
2018-03-21 Luke Kenneth... partial conversion to use ifacedef
2018-03-21 Luke Kenneth... make mux_interface a Pin/Interface... getting complicated
2018-03-21 Neelupdated yml files for bitbucket bot
2018-03-21 Neelfixed indentation issue while generating wire definitio...
2018-03-20 Luke Kenneth... add first auto-generated interface_def (io_interface_def)
2018-03-20 Luke Kenneth... use ifacefmt function name consistently
2018-03-20 Luke Kenneth... rename interface format fn
2018-03-20 Luke Kenneth... use with to open file
2018-03-20 Luke Kenneth... use with statement on bsv_file
2018-03-20 Luke Kenneth... add linebreak on long line
2018-03-20 Luke Kenneth... add format function
2018-03-20 Luke Kenneth... whitespace cleanup (autopep8)
2018-03-20 Luke Kenneth... remove hard-coded interface definitions
2018-03-20 Luke Kenneth... add io_interface spec, fix bug where \n was in spec
next