pinmux.git
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
2018-03-20 Luke Kenneth... add uart interface
2018-03-20 Luke Kenneth... add spi interface
2018-03-20 Luke Kenneth... add scl interface spec
2018-03-20 Luke Kenneth... whitespace cleanup (autopep8)
2018-03-20 Luke Kenneth... whitespace cleanup
2018-03-20 Luke Kenneth... document Pin class
2018-03-20 Luke Kenneth... add sdcard spec-generator
2018-03-20 Luke Kenneth... add jtag interface, remove inout param
2018-03-20 Luke Kenneth... add Interface class
2018-03-20 Luke Kenneth... add io option to Pin
2018-03-20 Luke Kenneth... add basic test routine for Pin class
2018-03-20 Luke Kenneth... add pin class for auto-generating interface lines
2018-03-20 Luke Kenneth... whitespace cleanup
2018-03-20 Neeladding AXI4Lite transactor for now.
2018-03-20 Neelswitching to python2 and added pep8 auto-sorter to...
2018-03-19 Neeladding support for PWM.
2018-03-19 Neeldefined the user-interface for the memory mapped registers
2018-03-19 Neeldecoupling interfaces for IO and memory mapped registers
2018-03-17 Neeladding support for JTAG pins
2018-03-13 Neeladding support for interface of SD/MMC.
2018-03-13 Neelcheck for pin number consistency.
2018-03-13 Neelrenaming params.py to parse.py. Adding checks on input
2018-03-13 Neeladding a sample test where certain IOs have differing...
2018-03-13 Neelmux selection lines for a IO should be log of the numbe...
2018-03-13 Neeludpated the .gitignore file.
2018-03-13 Neelmaintaining distinct arrays for muxed and dedicated...
2018-03-13 Neelfull support for dedicated pins.
2018-03-12 Neelcode clean using pep8 and autopep8.
2018-03-12 Neeladding synthesize attribute to the module and a print...
2018-03-12 Neelpartial support for dedicated pins
2018-03-12 Neeladdeds i2c (twi) interface and also support for inouts
2018-03-12 NeelMerge remote-tracking branch 'origin/master'
2018-03-12 Neelsyntax upgrades for python3 and above
2018-03-12 Neel GalaInitial Bitbucket Pipelines configuration
2018-03-11 Neelchange rule names to allow implicit scheduling
2018-03-11 Neelautomated the pinumxing logic
2018-03-10 Neelinitial commit with minimal templates
2018-03-10 Neel GalaREADME.md created online with Bitbucket