Re: [myhdl-list] TimingAnalyzer -- request for opinions
Brought to you by:
jandecaluwe
From: Dan F. <dfa...@ya...> - 2009-06-19 15:10:12
|
> > Dan, > > That would be a useful "feature" automatic myhdl testbench creation and > validation based on a timing-diagram. > Chris > > > I agree; it sounds like a great idea. What is your time frame and resources? Are you able to work on it full-time? > Cheers,James I agree this would be useful and its possible now to generate test vectors from a timing diagram using java scripts. I have written scripts to generate detailed timing diagrams for microprocessor transactions like read and write cycles so you can run the scripts multiple times to show back to back transactions. This is a feature in the program now. Scripting to add features, generate test vectors, create testbenches, or draw timing diagrams. There are example scripts that do some of these things now. I would need some help with this. I just learning python and don't have any experience with open source projects. First, I want to convert most of the code converted to python so there is a functional program that can be used as the start for the open source repository. I don't have any planned time frame but I think the conversion should take about 3 months. I'm the only one working on it part time. Let me know what you think. Thanks, Dan |