slow_peripherals.bsv
[pinmux.git] / src / bsv /
2018-07-17 Neelslow_peripherals.bsv
2018-07-17 Luke Kenneth Casso... add rs232 uart
2018-07-17 Luke Kenneth Casso... fix compile errors
2018-07-17 Luke Kenneth Casso... add code to get slow_peripherals to compile
2018-07-17 rishucodingMerge branch 'master' of libre-riscv.org:/pinmux
2018-07-17 rishucodingreplacing remaining pwmnum
2018-07-17 rishucodingrevert back to PWMWIDTH from pwmnum in pwm.bsv
2018-07-17 Luke Kenneth Casso... add code to get slow_peripherals to compile
2018-07-17 Neeltemplate for slow-peripherals done. need automation...
2018-07-17 Luke Kenneth Casso... add instance
2018-07-17 Luke Kenneth Casso... attempting pwm compile
2018-07-17 Luke Kenneth Casso... add pwm test Makefile
2018-07-17 Luke Kenneth Casso... add extra instance params PADDR Reg_width
2018-07-17 rishucodingcorrection in awaddr in mux.bsv
2018-07-17 rishucodingMerge branch 'master' of libre-riscv.org:/pinmux
2018-07-17 rishucodingadded comments in mux.bsv
2018-07-17 Luke Kenneth Casso... remove PWMWIDTH define
2018-07-17 Luke Kenneth Casso... whitespace cleanup
2018-07-17 Luke Kenneth Casso... continue adding pwmnum argument
2018-07-17 Luke Kenneth Casso... whitespace cleanup
2018-07-17 Luke Kenneth Casso... whitespace cleanup
2018-07-17 Luke Kenneth Casso... whitespace cleanup
2018-07-17 Luke Kenneth Casso... add pwmnum as parameter
2018-07-17 Luke Kenneth Casso... need pwm.bsv peripheral, to be modified to take a param...
2018-07-17 rishucodingadded template for slow peripherals
2018-07-16 Neelgenerate instance defines, fix lots of random typos
2018-07-16 Neelgetting bsv compile working
2018-07-16 Luke Kenneth Casso... pep8 whitespace cleanup
2018-07-16 Luke Kenneth Casso... auto-generate bus.bsv with new GPIO/MUX configs
2018-07-16 Luke Kenneth Casso... start integrating gpio / mux bus generation
2018-07-16 Luke Kenneth Casso... whoops must delete type field before passing to bsv...
2018-07-16 Neelboth instances of mux and gpio should be in the same...
2018-07-16 Luke Kenneth Casso... convert mux to interface style same as gpio
2018-07-16 Neelparametrized the config interfaces to better usability
2018-07-16 Luke Kenneth Casso... split instance from gpio
2018-07-16 Neelparameterized modules for mux and gpio
2018-07-16 Neelmakefile for gpio and removing dependent files in gpio
2018-07-16 Neeladding initial draft of gpio
2018-07-10 Luke Kenneth Casso... whitespace pep8 cleanup
2018-07-10 Luke Kenneth Casso... move cell bit width function to Parse class
2018-07-10 Luke Kenneth Casso... shuffle interface-reading code around to create Interfa...
2018-07-02 Luke Kenneth Casso... pep8 whitespace cleanup
2018-07-02 rishucodingchanging comment to docstring
2018-07-02 rishucodingAdding comments to interface_decl.py
2018-07-02 Luke Kenneth Casso... pep8 cleanup
2018-07-01 Luke Kenneth Casso... create a val0 which is set to 0 to get round compilatio...
2018-07-01 Luke Kenneth Casso... hack for the outputs, get rid of _out for non-inouts
2018-06-29 Luke Kenneth Casso... remove typo X
2018-06-29 Luke Kenneth Casso... set output-only via GPIO direction
2018-06-27 Luke Kenneth Casso... remove print statements
2018-06-26 Luke Kenneth Casso... fix bug in dedicated cell type detection
2018-06-26 Luke Kenneth Casso... add comment to mkmux function
2018-06-25 Luke Kenneth Casso... pep8 cleanup
2018-06-25 Luke Kenneth Casso... add comments for priority muxer inputs
2018-06-25 Luke Kenneth Casso... whoops got comments wrong way round
2018-06-25 Luke Kenneth Casso... add in some comments
2018-06-25 Luke Kenneth Casso... add in some comments
2018-06-25 Luke Kenneth Casso... split out iocells to separate interface, just makes...
2018-06-25 Luke Kenneth Casso... rename ioN_inputval to ioN_cell_in
2018-06-25 Luke Kenneth Casso... remove GenericIOType and FunctionType for now
2018-06-25 Luke Kenneth Casso... change enabled mode, to look lke test output
2018-06-25 Luke Kenneth Casso... reformat declarations to look like test file, bit hacky...
2018-06-25 Luke Kenneth Casso... split mux-generation into separate function, use it...
2018-06-25 Luke Kenneth Casso... pep8 cleanup
2018-06-25 Luke Kenneth Casso... do full cell mux range otherwise spurious outputs occur
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... whoops counting cell bit width, maths wrong
2018-06-25 Luke Kenneth Casso... whoops use bsv comments not python comments!
2018-06-24 Luke Kenneth Casso... whoops accidentally removed all parameters not just...
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-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-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-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-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-04 Luke Kenneth Casso... split bsv generator into functions
2018-03-31 Luke Kenneth Casso... big python3 interoperability update
2018-03-30 Luke Kenneth Casso... remove debug print statements
2018-03-30 Luke Kenneth Casso... autopep8 whitespace cleanup
2018-03-30 Luke Kenneth Casso... add a "single" mode to Interfaces, stops number being...
next