Skip to content

Minres/SystemC-2.3-Pretty-Printer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License Build Status

SystemC 2.3 Pretty-Printer

Goals: With the help of GDB Pretty-Printers it is possible to tell GDB how to resolve the data structure to show the value of the object. Without Pretty-Printers the complete structure of the object will be shown.

Requirements:

Supported datatypes:

  • sc_bit, sc_bv_base,
  • sc_logic, sc_lv
  • sc_fixed, sc_ufixed
  • sc_fix, sc_ufix
  • sc_int, sc_uint
  • sc_bigint, sc_biguint

Execution with Docker

docker build --force-rm=true -t systemc . 
docker run --rm=true systemc version
docker run --rm=true --security-opt seccomp=unconfined systemc verification

Ressources:

About

Pretty Printer for SystemC 2.3 Data Types

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.5%
  • Dockerfile 2.9%
  • Shell 2.6%