forked from AugustinJose1221/FPGA-Build
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdisplay
More file actions
executable file
·79 lines (79 loc) · 2.41 KB
/
display
File metadata and controls
executable file
·79 lines (79 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
#! /usr/bin/vvp
:ivl_version "10.3 (stable)";
:ivl_delay_selection "TYPICAL";
:vpi_time_precision + 0;
:vpi_module "system";
:vpi_module "vhdl_sys";
:vpi_module "v2005_math";
:vpi_module "va_math";
S_0x5612bc045960 .scope module, "display_tb" "display_tb" 2 1;
.timescale 0 0;
v0x5612bc0577e0_0 .var "clk", 0 0;
v0x5612bc0578b0_0 .var "data_out", 7 0;
v0x5612bc057980_0 .var "data_valid", 0 0;
S_0x5612bc045ae0 .scope module, "UUT" "display" 2 6, 3 1 0, S_0x5612bc045960;
.timescale 0 0;
.port_info 0 /INPUT 1 "clk"
.port_info 1 /INPUT 1 "data_valid"
.port_info 2 /INPUT 8 "data_out"
v0x5612bc00f0d0_0 .net "clk", 0 0, v0x5612bc0577e0_0; 1 drivers
v0x5612bc057500_0 .net "data_out", 7 0, v0x5612bc0578b0_0; 1 drivers
v0x5612bc0575e0_0 .net "data_valid", 0 0, v0x5612bc057980_0; 1 drivers
v0x5612bc057680_0 .var/i "file_id", 31 0;
E_0x5612bc045f20 .event posedge, v0x5612bc00f0d0_0;
.scope S_0x5612bc045ae0;
T_0 ;
%wait E_0x5612bc045f20;
%load/vec4 v0x5612bc0575e0_0;
%flag_set/vec4 8;
%jmp/0xz T_0.0, 8;
%vpi_func 3 12 "$fopen" 32, "res/out.txt", "a" {0 0 0};
%store/vec4 v0x5612bc057680_0, 0, 32;
%vpi_call 3 13 "$fwrite", v0x5612bc057680_0, "%h\012", v0x5612bc057500_0 {0 0 0};
%vpi_call 3 14 "$fclose", v0x5612bc057680_0 {0 0 0};
T_0.0 ;
%jmp T_0;
.thread T_0;
.scope S_0x5612bc045960;
T_1 ;
%pushi/vec4 0, 0, 1;
%store/vec4 v0x5612bc0577e0_0, 0, 1;
%pushi/vec4 0, 0, 1;
%store/vec4 v0x5612bc057980_0, 0, 1;
%delay 2, 0;
%pushi/vec4 1, 0, 1;
%store/vec4 v0x5612bc057980_0, 0, 1;
%pushi/vec4 52, 0, 8;
%store/vec4 v0x5612bc0578b0_0, 0, 8;
%delay 2, 0;
%pushi/vec4 87, 0, 8;
%store/vec4 v0x5612bc0578b0_0, 0, 8;
%delay 2, 0;
%pushi/vec4 155, 0, 8;
%store/vec4 v0x5612bc0578b0_0, 0, 8;
%delay 2, 0;
%pushi/vec4 0, 0, 1;
%store/vec4 v0x5612bc057980_0, 0, 1;
%pushi/vec4 17, 0, 8;
%store/vec4 v0x5612bc0578b0_0, 0, 8;
%delay 2, 0;
%pushi/vec4 19, 0, 8;
%store/vec4 v0x5612bc0578b0_0, 0, 8;
%delay 2, 0;
%vpi_call 2 25 "$finish" {0 0 0};
%end;
.thread T_1;
.scope S_0x5612bc045960;
T_2 ;
%load/vec4 v0x5612bc0577e0_0;
%inv;
%store/vec4 v0x5612bc0577e0_0, 0, 1;
%delay 1, 0;
%jmp T_2;
.thread T_2;
# The file index is used to find the file name in the following table.
:file_names 4;
"N/A";
"<interactive>";
"testbenches/display_tb.v";
"design/display.v";