fixed indentation issue while generating wire definitions for TWI
[pinmux.git] / src / pinmux_generator.py
2018-03-21 Neelfixed indentation issue while generating wire definitio...
2018-03-20 Luke Kenneth Casso... add first auto-generated interface_def (io_interface_def)
2018-03-20 Luke Kenneth Casso... rename interface format fn
2018-03-20 Luke Kenneth Casso... use with to open file
2018-03-20 Luke Kenneth Casso... use with statement on bsv_file
2018-03-20 Neeladding AXI4Lite transactor for now.
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 Neelrenaming params.py to parse.py. Adding checks on input
2018-03-13 Neelmux selection lines for a IO should be log of the numbe...
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 Neeladdeds i2c (twi) interface and also support for inouts
2018-03-11 Neelautomated the pinumxing logic
2018-03-10 Neelinitial commit with minimal templates