[logo] 
 
Home
News
Activity
About/Contact
Major Tools
  Dinotrace
  Verilator
  Verilog-mode
  Verilog-Perl
Other Tools
  BugVise
  CovVise
  Force-Gate-Sim
  Gspice
  IPC::Locker
  Rsvn
  Schedule::Load
  SVN::S4
  Synopsys-modes
  SystemPerl
  Verilog-Pli
  Voneline
  Vregs
General Info
  Papers

glbl.GTS

Added by Adolfo Sanchez about 2 years ago

I'm trying to do a verification enviroment for a managment unit of an MAC. But I've problems becouse the Verilog Model use a module calle IOBUF.v this module uses glbl.GTS. I've read the topic about using Verilator with Xilinx proyects but the glbl.v doesn't have GTS. So I'm stuck at this point.

The other error, is becaouse IOBUF use "parameter integer DRIVE=12" but when I try to compile with verilator it displays this error: IOBUF.v:28: syntax error, unexpected integer, expecting '['

I hope you can help me with this issue.

Thanks and sorry for my bad english.

I would

IOBUF.v (2.6 kB)


Replies (1)

RE: glbl.GTS - Added by Wilson Snyder about 2 years ago

"parameter integer" was fixed a few weeks ago in the git version, but it won't be ready for release for a few weeks. Please give that a try, or you can just edit out the "integer" (in this specific case).

I don't have enough information to comment on the GTS issue. The code references it, so it SHOULD be there.

(1-1/1)