Skip to content

Commit

Permalink
[HOT FIX] fix synthesis job (openhwgroup#2256)
Browse files Browse the repository at this point in the history
Fix read_section_sv type
  • Loading branch information
JeanRochCoulon authored Jun 14, 2024
1 parent 77264cd commit e26267b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corev_apu/tb/ariane_gate_tb.sv
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import uvm_pkg::*;

import "DPI-C" function void read_elf(input string filename);
import "DPI-C" function byte get_section(output longint address, output longint len);
import "DPI-C" context function read_section_sv(input longint address, inout byte buffer[]);
import "DPI-C" context function void read_section_sv(input longint address, inout byte buffer[]);
import "DPI-C" function string getenv(input string env_name);

module ariane_gate_tb;
Expand Down

0 comments on commit e26267b

Please sign in to comment.