[tyvis-users] (no subject)
Jorge Campos
jcampos at ucdavis.edu
Wed Sep 22 19:23:57 EDT 2004
There are two simple problems:
I am attempting to analyze two files for simulation: cpu68.vhd and
testbench.vhd. I have installed clutils/savant/warped/TyVIS without
complications.
Problem 1: cpu68.vhd analyzes fine and generates the work directory,
but running "scram --publish-cc testbench.vhd" does not finish parsing
the secondary_units file. The --verbose option generates the following
line as the final-most output:
Parse_file parsing /home/jcampos/Research/CPU68/work._savant_lib/
work_cpu68_secondary_units._savant_lib/cpu68_cpu_arch_arch.vhdl
I am wondering if the parsing algorithm is stuck in some infinite cycle
or if I have to let it continue to process for several hours.
Problem 2: I attempted to circumvent the previous setback by first
analyzing the testbench and then analyzing the cpu implementation in
hopes that the compiler will link the two appropriately. This approach
succeeds and generates all the required c++ files. The problem is that
"make depend" does not know where to find the required libraries and I
had to insert it all in the Makefile.common file manually. I am
wondering if I have installed something incorrectly that is forcing me
to manually specify where to find all c++ and VHDL libraries.
Sincerely,
Jorge
--
/**********************************
Jorge Campos
jcampos at ucdavis.edu
http://www.ece.ucdavis.edu/~jcampos
**********************************/
More information about the tyvis-users
mailing list