|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
to install jop in spartan 3eHi,
my name is Giuseppe, I'm a student of the University of Catania in Italy. I installed IDE 9.2i and I have to install JOP in Spartan 3e. At the stage of mapping the erro messages are: NgdBuild:604 - logical block 'cpm_cpu_cmp_core_cmp_stk_cmp_ram_cmp_xram_block' with type 'xram_block' could not be resolved. A pin name misspelling can cause this, a missing edif or ngc file, or the misspelling of a type name. Symbol 'xram_block' is not supported in target 'spartan3'. ERROR:NgdBuild:604 - logical block 'cpm_cpu_cmp_core_cmp_fch_cmp_rom' with type 'rom' could not be resolved. A pin name misspelling can cause this, a missing edif or ngc file, or the misspelling of a type name. Symbol 'rom' is not supported in target 'spartan3'. ERROR:NgdBuild:604 - logical block 'cpm_cpu_cmp_core_cmp_fch_cmp_off' with type 'offtbl' could not be resolved. A pin name misspelling can cause this, a missing edif or ngc file, or the misspelling of a type name. Symbol 'offtbl' is not supported in target 'spartan3'. ERROR:NgdBuild:604 - logical block 'cpm_cpu_cmp_core_cmp_bcf_cmp_jtbl' with type 'jtbl' could not be resolved. A pin name misspelling can cause this, a missing edif or ngc file, or the misspelling of a type name. Symbol 'jtbl' is not supported in target 'spartan3'. Partition Implementation Status ------------------------------- No Partitions were found in this design. ------------------------------- NGDBUILD Design Results Summary: Number of errors: 4 Number of warnings: 0 One or more errors were found during NGDBUILD. No NGD file will be written. Writing NGDBUILD log file "jop.bld"... Process "Translate" failed I read "An Introduction to the Design Flow for JOP", but for my bad English I could not understand the error. Thanks to whoever can help me Giuseppe _______________________________________________ http://www.opencores.org/mailman/listinfo/cores |
|
|
|
|
|
Re: to install jop in spartan 3eDear Peppe
Did you use Xilinx coregen for generating xram_block ? I think your implementation has been done in the different FPGA and now you are trying to other FPGA which doesn't have similar memory blocks.
Regards Alireza
Haghdoost
peppe_dibella@...
wrote: Hi, my name is Giuseppe, I'm a student of the University of Catania in Italy. I installed IDE 9.2i and I have to install JOP in Spartan 3e. At the stage of mapping the erro messages are: NgdBuild:604 - logical block 'cpm_cpu_cmp_core_cmp_stk_cmp_ram_cmp_xram_block' with type 'xram_block' could not be resolved. A pin name misspelling can cause this, a missing edif or ngc file, or the misspelling of a type name. Symbol 'xram_block' is not supported in target 'spartan3'. ERROR:NgdBuild:604 - logical block 'cpm_cpu_cmp_core_cmp_fch_cmp_rom' with type 'rom' could not be resolved. A pin name misspelling can cause this, a missing edif or ngc file, or the misspelling of a type name. Symbol 'rom' is not supported in target 'spartan3'. ERROR:NgdBuild:604 - logical block 'cpm_cpu_cmp_core_cmp_fch_cmp_off' with type 'offtbl' could not be resolved. A pin name misspelling can cause this, a missing edif or ngc file, or the misspelling of a type name. Symbol 'offtbl' is not supported in target 'spartan3'. ERROR:NgdBuild:604 - logical block 'cpm_cpu_cmp_core_cmp_bcf_cmp_jtbl' with type 'jtbl' could not be resolved. A pin name misspelling can cause this, a missing edif or ngc file, or the misspelling of a type name. Symbol 'jtbl' is not supported in target 'spartan3'. Partition Implementation Status ------------------------------- No Partitions were found in this design. ------------------------------- NGDBUILD Design Results Summary: Number of errors: 4 Number of warnings: 0 One or more errors were found during NGDBUILD. No NGD file will be written. Writing NGDBUILD log file "jop.bld"... Process "Translate" failed I read "An Introduction to the Design Flow for JOP", but for my bad English I could not understand the error. Thanks to whoever can help me Giuseppe _______________________________________________ http://www.opencores.org/mailman/listinfo/cores _______________________________________________ http://www.opencores.org/mailman/listinfo/cores |
|
|
Re: to install jop in spartan 3eHi Giuseppe,
some VHDL files are generated during the build. See the FAQ: http://www.jopwiki.com/FAQ You have to run part of the make or ant based build process to generate those files. Martin ----- Original Message ----- From: <peppe_dibella@...> To: <cores@...> Sent: Wednesday, June 25, 2008 5:45 PM Subject: [oc] to install jop in spartan 3e > Hi, > my name is Giuseppe, I'm a student of the University of Catania in Italy. > I installed IDE 9.2i and I have to install JOP in Spartan 3e. At the stage > of mapping the erro messages are: > > NgdBuild:604 - logical block > 'cpm_cpu_cmp_core_cmp_stk_cmp_ram_cmp_xram_block' with > type 'xram_block' > could not be resolved. A pin name misspelling can cause this, a > missing edif > or ngc file, or the misspelling of a type name. Symbol 'xram_block' is > not > supported in target 'spartan3'. > ERROR:NgdBuild:604 - logical > block 'cpm_cpu_cmp_core_cmp_fch_cmp_rom' with type > 'rom' could not be resolved. A pin name misspelling can cause this, a > missing > edif or ngc file, or the misspelling of a type name. Symbol 'rom' is not > supported in target 'spartan3'. > ERROR:NgdBuild:604 - logical > block 'cpm_cpu_cmp_core_cmp_fch_cmp_off' with type > 'offtbl' could not be resolved. A pin name misspelling can cause this, a > missing edif or ngc file, or the misspelling of a type name. > Symbol 'offtbl' > is not supported in target 'spartan3'. > ERROR:NgdBuild:604 - logical > block 'cpm_cpu_cmp_core_cmp_bcf_cmp_jtbl' with type > 'jtbl' could not be resolved. A pin name misspelling can cause this, a > missing edif or ngc file, or the misspelling of a type name. Symbol 'jtbl' > is > not supported in target 'spartan3'. > > Partition Implementation Status > ------------------------------- > > No Partitions were found in this design. > > ------------------------------- > > NGDBUILD Design Results Summary: > Number of errors: 4 > Number of warnings: 0 > > > One or more errors were found during NGDBUILD. No NGD file will be > written. > > Writing NGDBUILD log file "jop.bld"... > > Process "Translate" failed > > > I read "An Introduction to the Design Flow for JOP", but for my bad > English I could not understand the error. > > Thanks to whoever can help me > > Giuseppe > _______________________________________________ > http://www.opencores.org/mailman/listinfo/cores http://www.opencores.org/mailman/listinfo/cores |
|
|
Re: to install jop in spartan 3eFor JOP the xram_block VHDL files are generated with a Java program
as part of the build process. No need to use Xilinx coregen. The build process generates memory blocks for Altera and Xilinx FPGAs. Martin > Dear Peppe > > > > > Did you use Xilinx coregen for generating xram_block ? I think your implementation has been done in the different FPGA and now you > are trying to other FPGA which doesn't have similar memory blocks. > > > > > Regards > > Alireza Haghdoost > > > > > > > > > > > > peppe_dibella@... wrote: > > > Hi, > my name is Giuseppe, I'm a student of the University of Catania in Italy. > I installed IDE 9.2i and I have to install JOP in Spartan 3e. At the stage > of mapping the erro messages are: > > NgdBuild:604 - logical block > 'cpm_cpu_cmp_core_cmp_stk_cmp_ram_cmp_xram_block' with > type 'xram_block' > could not be resolved. A pin name misspelling can cause this, a > missing edif > or ngc file, or the misspelling of a type name. Symbol 'xram_block' is > not > supported in target 'spartan3'. > ERROR:NgdBuild:604 - logical > block 'cpm_cpu_cmp_core_cmp_fch_cmp_rom' with type > 'rom' could not be resolved. A pin name misspelling can cause this, a > missing > edif or ngc file, or the misspelling of a type name. Symbol 'rom' is not > supported in target 'spartan3'. > ERROR:NgdBuild:604 - logical > block 'cpm_cpu_cmp_core_cmp_fch_cmp_off' with type > 'offtbl' could not be resolved. A pin name misspelling can cause this, a > missing edif or ngc file, or the misspelling of a type name. > Symbol 'offtbl' > is not supported in target 'spartan3'. > ERROR:NgdBuild:604 - logical > block 'cpm_cpu_cmp_core_cmp_bcf_cmp_jtbl' with type > 'jtbl' could not be resolved. A pin name misspelling can cause this, a > missing edif or ngc file, or the misspelling of a type name. Symbol 'jtbl' > is > not supported in target 'spartan3'. > > Partition Implementation Status > ------------------------------- > > No Partitions were found in this design. > > ------------------------------- > > NGDBUILD Design Results Summary: > Number of errors: 4 > Number of warnings: 0 > > > One or more errors were found during NGDBUILD. No NGD file will be > written. > > Writing NGDBUILD log file "jop.bld"... > > Process "Translate" failed > > > I read "An Introduction to the Design Flow for JOP", but for my bad > English I could not understand the error. > > Thanks to whoever can help me > > Giuseppe > _______________________________________________ > http://www.opencores.org/mailman/listinfo/cores > > -------------------------------------------------------------------------------- > _______________________________________________ > http://www.opencores.org/mailman/listinfo/cores _______________________________________________ http://www.opencores.org/mailman/listinfo/cores |
| Free Forum Powered by Nabble | Forum Help |