Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Reading stl format in verilog/systemverilog

Status
Not open for further replies.

dmm

Newbie level 2
Joined
Nov 2, 2012
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Germany
Activity points
1,291
Does anyone know to read stl(Socket Transaction Language) format file in Verilog/Systemverilog?
 

The problem is reading the ":" after the cycle. I tried to read it using "$fscanf", but only white spaces are readable.
 

Or use an external parser, and make a wrapper using PLI. That would seem a little less painful than doing it all yourself in verilog. Or since you said system verilog, maybe use DPI instead. DPI is less hassle than PLI. But both will still require work on your part. :p The choice of external vs in verilog itself would depend on what you have to parse... Anyways, just suggesting you look into DPI and see if it fits the bill for your use case.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top