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.
1234567891011121314 |
- package counter_pkg;
-
- int no_of_transaction;
-
- `include "counter_trans.sv"
- `include "counter_gen.sv"
- `include "counter_wr_bfm.sv"
- `include "counter_wr_mon.sv"
- `include "counter_rd_mon.sv"
- `include "counter_rm.sv"
- `include "counter_sb.sv"
- `include "counter_env.sv"
-
- endpackage
|