Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Implementing a MIPS on FPGA using verilog

Status
Not open for further replies.

discovers.rohit

Newbie level 1
Joined
Nov 9, 2009
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Delhi
Activity points
1,295
I am trying to implement pipelined MIPS using verilog on FPGA.
But while doing simulation, xylinx gives an error and says that the design can't be compiled due to specific coding constructs .
I consulted site of xylinx for this and it told me that xylinx is actively working on reducing the no. of instances for this error and cited some work arounds for getting over with this error. I tried some of them like simplifying the code a bit and not passing complex instructions as parameters to any function.....
But there was no effect and still the same error was displayed .....
And also i was not able to understand some workarounds...
can someone help me?


"Error: Simulator:606 - ISE Simulator is unable to compile this design due to
specific coding constructs used in design unit work/copy, defined in file
"C:/Users/Rohit/Desktop/comp arch/pipelined_mips/copy.v". Xilinx is actively
working on reducing the number of conditions where this error occurs. For
more information on this error, please consult Answer Record 24068 in Answers
Database at https://www.xilinx.com/support. "

link-- https://www.xilinx.com/support.
 

what exact simpliication or modification in the code you made ...and you got the same error ? cant help your problem without knowing wht changes you hav made in the code
 

please paste portion of code where you are facing this error, it may help in replying you appropriate answer...
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top