Introduction to WildForce



WildForce Overview

The following is a breif description of the WildForce VHDL file structure. More information about this can be found in the wildforce manual in the lab. The Following shows the basic structure the WildForce system (The files shown in red are those that the user needs to edit to create a basic WildForce design, also the paths given to the files are relative to the base wildforce installation, currently /cad/WILDFORCE ):

Thankfully the WildForce people created a nice makefile that will automatically compile in all of the static VHDL files for you. Using the makefile will be discussed in each of the demos.


Setting Up Your Environment

There isn't a whole lot to do here. You simply have to add an environment varialbe pointing to the WildForce installation called WF4_BASE. Add the line "setenv WF4_BASE = /cad/WILDFORCE"

Included in the Wildforce installation are basic versions of both the .synopsys_vss.setup and .synopsys_dc.setup files. You integrate these files into your existing setup files, or you could probably just use these files alone with little modification.The path to the example .synopsys_vss.setup file is, relative to the wildforce install: "/template/synopsys/sim/.synopsys_vss.setup" . The path to the other file is "/template/synopsys/syn/.synopsys_dc.setup". Some sample setup files will be included with the demos.