Verwendeter Programmcode in Studienarbeit für ESY1B zum Thema "Verifikation mit SystemVerilog und Python"
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 145B

123456789101112131415
  1. __pycache__/
  2. .vscode/
  3. tests/__pycache__/
  4. tests/sim_build/
  5. tests/results.xml
  6. tests/*.swp
  7. tests/*.vcd
  8. tests/*.lxt
  9. *.swp
  10. *.vcd
  11. *.lxt
  12. results.xml