Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- No "Big Picture" yet, at this point I'm just trying to see what kind of connectivity is possible between different tools. :-) --- Quote End --- Fair enough. --- Quote Start --- TBH, I'm much more familiar with Python (& Matplotlib) than I am with TCL and SystemVerilog. I've seen some recommended methods for using VHDL constructs to automatically write their simulated data out to a file, from what I've seen you have to add a construct for each signal you want to probe. This would probably be best for "proper" design flows, but maybe a little in-flexible for a hobbyist poking around :-) --- Quote End --- Well, in my experience, I don't care what the waveforms look like after the testbench has been run in the simulator and all tests have passed. Sure, I'll create figures for sections of waveforms to show that the interface implements the timing 'per the datasheet' of whatever I'm interfacing to. However, there's very little need for manipulating the waveforms after-the-fact. So, although you're having fun playing with Python, perhaps the time would be better spent playing with SystemVerilog, VHDL, or Tcl. I mean, hey, they're just languages, and once you've learned a dozen or so, they all blend together ... :) Cheers, Dave