Skip to content

cyrozap/psoc-bitstream-parsing-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

psoc-bitstream-parsing-tools

Usage

Examples

Dump a UDB configuration to Verilog and use Yosys to simplify it.

./udb-config-parser/udb-config-parser ./examples/udb-and2.bin > udb-and2.v
yosys -p 'read_verilog udb-and2.v; synth; write_verilog udb-and2-simplified.v'

About

Parse the programmable logic configuration of PSoC devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published