When you create a new project, you are asked which top level source type you wish to use for the project. You seem to have selected "schematic". You should select "HDL". You then will be given an opportunity to add your RTL source files, and a UCF file.
r.b.
no my top level is indeed hdl, i added a schematic by going to:
project > new source (New SOurce Wizard dialog comes up)
clicked on Schematic and named the file test
clicked next, then clicked finish
this added the schemtic to my project.
but I don't know how to generate a schamtic based on the verilog code i've written, or even if i need this schamtic (i seem to because I can't synthesize without it) so I can generate my PROM file. I've been at this for 2 days but to no avail. Can someone give me step by step as how to do this?
This is what I have:
all verilog hdl modules for multiCycle processor
i've tested this processor and it works perfect with a program I loaded into it.
this is what I want to do:
run this MultiCycle processor on my spartan6 XC6SLX9 fpga which I just purchased, instead of my laptop's intel processor.
- - - Updated - - -
I've added picture screen shots of what im looking at