8051 Core
by hiitsme on Dec 13, 2012 |
hiitsme
Posts: 2 Joined: Dec 12, 2012 Last seen: Apr 4, 2013 |
||
Hi. I downloaded the Intel 8051 Verilog Code from this website.
Link: http://opencores.org/project,8051 The file was in .rar format and I extracted it. After extraction I have 4 folders namely branches, tags, trunks and web_uploads. Folder 'tag' has sub folders like rel_1, rel_2. Similarly folder 'trunks' has sub folders like rtl, bench, sim etc. I don't know what these folders mean and where the actual verilog files are. I also need to implement this core into an FPGA. I don't know how to proceed from here. Please help. Thanks P.S. Am a newbie with programming. |
RE: 8051 Core
by lh6868 on Dec 20, 2012 |
lh6868
Posts: 1 Joined: Oct 14, 2012 Last seen: Mar 7, 2016 |
||
Hello,you could use these files rebuilr a project,use the top file's name as the project name,and then ...enjoy
|
RE: 8051 Core
by afr1g11 on Dec 21, 2012 |
afr1g11
Posts: 31 Joined: Oct 12, 2011 Last seen: Jun 28, 2013 |
||
./trunks/ should contain the latest rtl release.
|
RE: 8051 Core
by dpk.losser on Jan 21, 2013 |
dpk.losser
Posts: 5 Joined: Jan 18, 2013 Last seen: Apr 18, 2013 |
||
./trunks/ should contain the latest rtl release.
what would be the top module???what should i write in the top module feild? |
RE: 8051 Core
by dpk.losser on Jan 21, 2013 |
dpk.losser
Posts: 5 Joined: Jan 18, 2013 Last seen: Apr 18, 2013 |
||
what should be my top module feild??
|
RE: 8051 Core
by tylerapohl on Jan 22, 2013 |
tylerapohl
Posts: 17 Joined: Jan 14, 2009 Last seen: Jun 3, 2017 |
||
oc8051_top will be in your top level file which you will connect to the physical chips like memory and serial ports etc of the development kit you are using. look at an example top level file of your development kit for a starting point.
|
RE: 8051 Core
by dpk.losser on Jan 22, 2013 |
dpk.losser
Posts: 5 Joined: Jan 18, 2013 Last seen: Apr 18, 2013 |
||
i am getting these errors while synthesis.what should i do??
ERROR:HDLCompilers:27 - "../../Documents and Settings/deepak/Desktop/8051/trunk/rtl/verilog/oc8051_alu_test.v" line 62 Illegal redeclaration of 'oc8051_alu' ERROR:HDLCompilers:26 - "../../Documents and Settings/deepak/Desktop/8051/trunk/rtl/verilog/oc8051_alu_test.v" line 322 Macro reference `OC8051_ALU_PCS is not defined |
RE: 8051 Core
by dpk.losser on Jan 22, 2013 |
dpk.losser
Posts: 5 Joined: Jan 18, 2013 Last seen: Apr 18, 2013 |
||
ERROR:HDLCompilers:27 - "../../Documents and Settings/deepak/Desktop/8051/trunk/rtl/verilog/oc8051_alu_test.v" line 62 Illegal redeclaration of 'oc8051_alu'
ERROR:HDLCompilers:26 - "../../Documents and Settings/deepak/Desktop/8051/trunk/rtl/verilog/oc8051_alu_test.v" line 322 Macro reference `OC8051_ALU_PCS is not defined i am getting these errors while synthesising!what should i do??
error.png (108 kb)
|
RE: 8051 Core
by praveenvjyn on Jan 24, 2013 |
praveenvjyn
Posts: 3 Joined: Sep 7, 2010 Last seen: Apr 1, 2013 |
||
i am getting these errors while synthesis.what should i do??
ERROR:HDLCompilers:27 - "../../Documents and Settings/deepak/Desktop/8051/trunk/rtl/verilog/oc8051_alu_test.v" line 62 Illegal redeclaration of 'oc8051_alu' ERROR:HDLCompilers:26 - "../../Documents and Settings/deepak/Desktop/8051/trunk/rtl/verilog/oc8051_alu_test.v" line 322 Macro reference `OC8051_ALU_PCS is not defined oc8051_alu_test.v is for simulation only. it is a test bench, you cannot synthesis this module. just run the simulation only |
RE: 8051 Core
by tylerapohl on Jan 24, 2013 |
tylerapohl
Posts: 17 Joined: Jan 14, 2009 Last seen: Jun 3, 2017 |
||
oc8051_top will be in your top level file which you will connect to the physical chips like memory and serial ports etc of the development kit you are using. look at an example top level file of your development kit for a starting point.
|
RE: 8051 Core
by dpk.losser on Feb 7, 2013 |
dpk.losser
Posts: 5 Joined: Jan 18, 2013 Last seen: Apr 18, 2013 |
||
i tried to simulate the top module file but it is showing some errors??
is this file ment for simulation or synthesis? |
RE: 8051 Core
by yavtuk on Jan 3, 2014 |
yavtuk
Posts: 3 Joined: Aug 6, 2013 Last seen: Feb 27, 2023 |
||
Hi, I beginner in this work too. I dowloaded this project from here and I am trying with it. How are you progress? I want join forces.
|
RE: 8051 Core
by yavtuk on Jan 30, 2014 |
yavtuk
Posts: 3 Joined: Aug 6, 2013 Last seen: Feb 27, 2023 |
||
someone have synthesized core 8051?
|
RE: 8051 Core
by vead on Feb 25, 2014 |
vead
Posts: 4 Joined: Feb 24, 2014 Last seen: Mar 2, 2015 |
||
Hello, I have download code but I couldn't open , which program is used to open code I did with notepad
|
RE: 8051 Core
by yavtuk on Mar 10, 2014 |
yavtuk
Posts: 3 Joined: Aug 6, 2013 Last seen: Feb 27, 2023 |
||
ActiveHDL
|