Shop OBEX P1 Docs P2 Docs Learn Events
Open Propeller Project #6: Open Source Verilog for Propeller 1 - Page 2 — Parallax Forums

Open Propeller Project #6: Open Source Verilog for Propeller 1

24567

Comments

  • Bob Lawrence (VE1RLL)Bob Lawrence (VE1RLL) Posts: 1,720
    edited 2014-08-06 15:39
    You can also view the design files with notepad.
    :cool:

    Look at the comment I found inside " * future 64-pin version" LOL
  • Ken GraceyKen Gracey Posts: 7,386
    edited 2014-08-06 15:47
    You can also view the design files with notepad.
    :cool:

    Look at the comment I found inside " * future 64-pin version" LOL

    Yeah, it's a great relic! You see, there was a 64-pin version underway as I think you already know. Between tool compatibility issues and Chip's focus on P2 we didn't finish.

    Ken Gracey
  • David BetzDavid Betz Posts: 14,511
    edited 2014-08-06 15:49
    This is all quite cool. I'm off to the Parallax Store to buy a second DE0-Nano and PropPlug so I can leave one in Philadelphia! :-)
  • Martin HodgeMartin Hodge Posts: 1,246
    edited 2014-08-06 15:50
    I posted about it on the eevblog.com and Sparkfun forums.
  • Bill HenningBill Henning Posts: 6,445
    edited 2014-08-06 16:03
    I guess I'll have to order some BEMicro CV's

    Chip, how fast does P1 run on a Nano?
    cgracey wrote: »
    Right now, one line of Verilog gets commented out to eliminate the character ROM from the DE0-Nano compile, in order to make it fit. I tried doing the first half of the character ROM (characters $00..$7F), but there wasn't even room for that.

    The BEMicro CV board is really chip and has plenty of RAM to spare, as well as logic. All one would have to do is make a unique top.qsf file for that board, and compile it with the other files, and they'd be running.

    I think many of you will be kind of surprised at how little Verilog code it takes to make a Propeller 1 chip. The cog.v source file is only 4KB, for example.
  • David BetzDavid Betz Posts: 14,511
    edited 2014-08-06 16:08
    I guess I'll have to order some BEMicro CV's

    Chip, how fast does P1 run on a Nano?
    Since the BEMicro CV might be a better match to the P1 Verilog than the DE0-Nano, is there any chance Parallax will be stocking them? If so, I'll hold off on buying one until Parallax gets them in their store.
  • jmgjmg Posts: 15,144
    edited 2014-08-06 16:27
    David Betz wrote: »
    Since the BEMicro CV might be a better match to the P1 Verilog than the DE0-Nano, is there any chance Parallax will be stocking them? If so, I'll hold off on buying one until Parallax gets them in their store.

    The BEMicro CV has ~3x the RAM of the Nano, so should nicely avoid the P1- effects.

    ( I'm not sure if something limits using all the RAM, as the Nano on paper has "594-Kb embedded memory" or ~74K Bytes, BEMicro says "1,760 Kbit (Kb) M10K and 196 Kb MLAB memory" )

    Parallax could stock a BEMicro CV + a FlashDrive with all the support files on it, for a little value-added ?

    Addit : From another comment, Parallax could also pre-load the P1 code with a test program, into the FPGA board they provide, so a first-up use does not have to build or install Quartus first.
    This would also help wrt 'student attrition', as a means to know a new board is still ok and 'download read'y helps in any lab :)
  • David BetzDavid Betz Posts: 14,511
    edited 2014-08-06 16:28
    I'm just starting to look at the source package and am wondering why there is a complete set of files for both the DE0-Nano and the DE2-115. Surely most of the files are identical between the two boards. Can't there be just one copy of files that are shared to avoid having them get out of sync with each other when people start making variants? Also, someone will undoubtely add the BeMicro CV soon and that will probably share most of the files as well.
  • jmgjmg Posts: 15,144
    edited 2014-08-06 16:31
    David Betz wrote: »
    I'm just starting to look at the source package and am wondering why there is a complete set of files for both the DE0-Nano and the DE2-115. Surely most of the files are identical between the two boards. Can't there be just one copy of files that are shared to avoid having them get out of sync with each other when people start making variants? Also, someone will undoubtely add the BeMicro CV soon and that will probably share most of the files as well.

    Yes, Chip said this above
    ["The BEMicro CV board is really chip and has plenty of RAM to spare, as well as logic. All one would have to do is make a unique top.qsf file for that board, and compile it with the other files, and they'd be running."]

    - so the unique top file maps the FPGA pins & anything else FPGA unique, and the 'other files' are the core itself, so that would be common.
  • potatoheadpotatohead Posts: 10,253
    edited 2014-08-06 17:17
    David Betz wrote: »
    I'm just starting to look at the source package and am wondering why there is a complete set of files for both the DE0-Nano and the DE2-115. Surely most of the files are identical between the two boards. Can't there be just one copy of files that are shared to avoid having them get out of sync with each other when people start making variants? Also, someone will undoubtely add the BeMicro CV soon and that will probably share most of the files as well.

    This is why we really should use github. One time, we combine files, make build conditional, with a script of some sort, or flags, however Quartus works. As new builds happen, the files can be kept track of, or merged back to make more builds possible, etc....

    Then people make branches, can merge, and generally keep it sane.

    Does Github only work with git, or does it support Mercural? Just wondering. I like that one.

    As for why, that boils down to how Chip chose to do development. I'll bet he copies files, syncs things up, then makes specific edits, keeping it in folders from there.

    That works well for one person, or a couple working closely. We've now opened it up, and it won't work so well IMHO.
  • RaymanRayman Posts: 13,850
    edited 2014-08-06 17:44
    Is there any board I can buy that would let the FPGA Prop have 64 I/O pins, 2X the HUB RAM and 2X the speed?

    (Don't I look a gift horse in the mouth?)
  • cgraceycgracey Posts: 14,133
    edited 2014-08-06 17:48
    I guess I'll have to order some BEMicro CV's

    Chip, how fast does P1 run on a Nano?


    It's set up with a 5MHz input into what would be XI, so you can get 80MHz. I remember seeing an Fmax of something like 113MHz from the compile.

    By identifying and declaring the multicycle paths through the ALU, you could probably get the Fmax to 160MHz (twice as fast).
  • TubularTubular Posts: 4,621
    edited 2014-08-06 18:10
    potatohead wrote: »
    This is why we really should use github. One time, we combine files, make build conditional, with a script of some sort, or flags, however Quartus works. As new builds happen, the files can be kept track of, or merged back to make more builds possible, etc....

    Then people make branches, can merge, and generally keep it sane.

    Yes I believe there is a strong argument for github for something like this.

    And then there's also a strong argument for a friendly web page/blog/pdf doc linking across to reference builds, for those less used to github. Something as user friendly as your monitor doc, PH
  • LeonLeon Posts: 7,620
    edited 2014-08-06 18:13
    I downloaded the files and built the DE0-Nano version successfully with Quartus 14.0. I might try it out tomorrow.
  • David BetzDavid Betz Posts: 14,511
    edited 2014-08-06 18:16
    Leon wrote: »
    I downloaded the files and built the DE0-Nano version successfully with Quartus 14.0. I might try it out tomorrow.
    I downloaded the files but then got stuck in Quartus hell. Actually, I guess it's Mac OS X hell. Since there isn't a version of Quartus that runs on the Mac I tried to install it on Win XP in a VM. Unfortunately, I downloaded a 64 bit version and XP is 32 bits. I'm not installing Ubuntu 64 in another VM and after that will install the Linux version of Quartus. I might get to compiling the P1 Verilog sometime in the next decade. :-(
  • jmgjmg Posts: 15,144
    edited 2014-08-06 18:48
    Rayman wrote: »
    Is there any board I can buy that would let the FPGA Prop have 64 I/O pins, 2X the HUB RAM and 2X the speed?
    I'd guess the BEMicro CV would get close.

    When someone has Quartus build stats on the cyclone V it uses, 5CEFA2F23C8N, you would know more.
  • KeithEKeithE Posts: 957
    edited 2014-08-06 19:08
    I sent some PMs about identifiers being used before being declared etcetera. (e.g. px in cog.v) Maybe someone with more time can try out some of the various free verilog simulators {icarus, verilator, cver, veriwell,....} and see if it's worth making edits so that they can handle this. I think there are some other constructs that those free simulators may not support. Of course someone would have to make a top level in verilog (to replace top.tdf) and a testbench for that to work, but first someone could just try "simulatorx dig.v" and see what pops up.

    Edited to add: some people might find v2html (http://www.burbleland.com/v2html/v2html.html) useful for browsing around in Verilog code. If anyone knows about anything better that would be nice. I haven't tried it on this code since I had access to Verdi.
  • David BetzDavid Betz Posts: 14,511
    edited 2014-08-06 19:42
    Okay, I found an older copy of Quartus on my Windows 7 machine and used it to build the P1 Verilog sources. I then downloaded the resulting image to my DE0-Nano board and the programming was successful. I unplugged the DE0-Nano and moved it to my Mac where I compiled and downloaded fibo and ran it getting the following results. I guess I'm off and running with the P1 Source code! Now I just have to study it to understand how it works. :-)
    david-betzs-macbook-pro:lmm dbetz$ propeller-load fibo.elf -r -t
    Propeller Version 1 on /dev/cu.usbserial-A800f7XO
    Loading fibo.elf to hub memory
    15324 bytes sent                  
    Verifying RAM ... OK
    [ Entering terminal mode. Type ESC or Control-C to exit. ]
    hello, world!
    fibo(00) = 000000 (00000ms) (1456 ticks)
    fibo(01) = 000001 (00000ms) (1456 ticks)
    fibo(02) = 000001 (00000ms) (1840 ticks)
    fibo(03) = 000002 (00000ms) (2224 ticks)
    fibo(04) = 000003 (00000ms) (2976 ticks)
    fibo(05) = 000005 (00000ms) (4112 ticks)
    fibo(06) = 000008 (00000ms) (6000 ticks)
    fibo(07) = 000013 (00000ms) (9024 ticks)
    fibo(08) = 000021 (00000ms) (13936 ticks)
    fibo(09) = 000034 (00000ms) (21872 ticks)
    fibo(10) = 000055 (00000ms) (34720 ticks)
    fibo(11) = 000089 (00000ms) (55504 ticks)
    fibo(12) = 000144 (00001ms) (89136 ticks)
    fibo(13) = 000233 (00001ms) (143552 ticks)
    fibo(14) = 000377 (00002ms) (231600 ticks)
    fibo(15) = 000610 (00004ms) (374064 ticks)
    fibo(16) = 000987 (00007ms) (604576 ticks)
    fibo(17) = 001597 (00012ms) (977552 ticks)
    fibo(18) = 002584 (00019ms) (1581040 ticks)
    fibo(19) = 004181 (00031ms) (2557504 ticks)
    fibo(20) = 006765 (00051ms) (4137456 ticks)
    fibo(21) = 010946 (00083ms) (6693872 ticks)
    fibo(22) = 017711 (00135ms) (10830240 ticks)
    fibo(23) = 028657 (00219ms) (17523024 ticks)
    fibo(24) = 046368 (00354ms) (28352176 ticks)
    fibo(25) = 075025 (00573ms) (45874112 ticks)
    fibo(26) = 121393 (00927ms) (74225200 ticks)
    
  • ozpropdevozpropdev Posts: 2,791
    edited 2014-08-06 19:42
    Thanks Parallax / Chip /Ken.
    This is sensational news!
    My Nano and DE2 boards are really going to get a workout now! :)
    Cheers
    Brian
  • Ken GraceyKen Gracey Posts: 7,386
    edited 2014-08-06 19:53
    ozpropdev wrote: »
    Thanks Parallax / Chip /Ken.
    This is sensational news!
    My Nano and DE2 boards are really going to get a workout now! :)
    Cheers
    Brian

    You are all very welcome and appreciated by us, too. Chip did all of the work to get this core ready.

    I'm very happy to see that it's brought the top Prop-brainiacs back to the table for a while. Would be great to see Hippy come back for another round.

    Ken Gracey
  • Ken GraceyKen Gracey Posts: 7,386
    edited 2014-08-06 20:19
    Adafruit's "Ask an Engineer" spoke very favorably of this release this evening:

    Thank you Limor and Phillip for the positive treatment!

    Ken Gracey
  • Cluso99Cluso99 Posts: 18,069
    edited 2014-08-06 20:32
    Hey Ken,
    This is definitely going to require it's own forum. I am itching to start some threads to discuss some simple additions and I don't want to clog this thread.
    Things like...
    1. 48/64KB hub ram with small boot ROM. We can always load the upper ram with the rom if required.
    2. 64 I/O
    3. Overclocking
    4. USB FS simple instruction support
    5. Debugging support for FPGA only
  • David BetzDavid Betz Posts: 14,511
    edited 2014-08-06 20:43
    Ken Gracey wrote: »
    Adafruit's "Ask an Engineer" spoke very favorably of this release this evening:

    Thank you Limor and Phillip for the positive treatment!

    Ken Gracey
    Nice! Congratulations!
  • Bill HenningBill Henning Posts: 6,445
    edited 2014-08-06 21:26
    Thanks Chip!

    Fmax @ 160 on the Nano sounds great... this will be fun.
    cgracey wrote: »
    It's set up with a 5MHz input into what would be XI, so you can get 80MHz. I remember seeing an Fmax of something like 113MHz from the compile.

    By identifying and declaring the multicycle paths through the ALU, you could probably get the Fmax to 160MHz (twice as fast).
  • Oldbitcollector (Jeff)Oldbitcollector (Jeff) Posts: 8,091
    edited 2014-08-06 21:27
    I'm in favor of Open Source, but when I saw the initial post to the Distributors, I immediately hit reply and questioned on whether Parallax "just gave away the store."

    I've been weighing this in my own mind ever since... (since I was asked not to say anything on the forums.)

    Potential Upsides:

    * Generates interest in Propeller chips.
    * I can "emulate" my dream Propeller chip design.
    * Generates some waves in the entire microcontroller community. Perhaps folks will take a second (or third) look at Parallax because of this.
    * Because of this there will ALWAYS be a Propeller chip. (I can have one of these to play with forever.) Unlike my garbage C64 emulators that don't hold a candle to the real thing.

    Potential Downsides:

    * Nothing happens at all, and after all week or two of hoopla, things go back to "normal".
    * While you can't create your own Propeller chip cheaply "today", this will likely change in the future. FPGA will become cheaper & more common. (fightens me most)
    * Variations from the original design could create code confusion, instability, and incompatibility with existing code.
  • Bob Lawrence (VE1RLL)Bob Lawrence (VE1RLL) Posts: 1,720
    edited 2014-08-06 21:35
    re:Potential Upsides:

    It could be huge in the educational markets.


    Also, will FPGA's replace Microcontroller's in the future. Is this just the beginning?
  • Bob Lawrence (VE1RLL)Bob Lawrence (VE1RLL) Posts: 1,720
    edited 2014-08-06 21:42
    @ Ken Gracey

    re: there was a 64-pin version underway as I think you already know.

    Yes, It has provided for some interesting discussions over the years. Now we will see just how bad the Prop heads really wanted it. LOL
  • jmgjmg Posts: 15,144
    edited 2014-08-06 22:30
    Potential Downsides:

    * Nothing happens at all, and after all week or two of hoopla, things go back to "normal".
    * While you can't create your own Propeller chip cheaply "today", this will likely change in the future. FPGA will become cheaper & more common. (fightens me most)
    * Variations from the original design could create code confusion, instability, and incompatibility with existing code.
    I think you over-worry this.

    FPGA's that can manage this, are mostly in BGA packages, and quite costly. The base price seems to change little, but the do fit more and more in.

    They will never displace an exact P1.

    What a FPGA can do, is allow companies to deploy a larger/faster/more tightly coupled P1, but notice that was not actually a job the P1 could meet.
    Companies could deploy both P1 and FPGA.P1+ in designs, just like they use varying size PICs right now..

    Variations are up to the person creating them to manage.
    With a good macro assembler, opcode extensions should not have too much risk.

    Maybe a Build/version number needs to go into ROM via the Verilog (if not already there )
  • rjo__rjo__ Posts: 2,114
    edited 2014-08-06 22:34
    Wow,

    The talk about Parallax starts in the video at 15:31.

    If you are already setup with the DE0 for the prior FPGA images, all you have to do is remove the adapter board, look at the picture to see where the Prop plug goes, load the .jic file into the Atera programmer and go. Worked first time.

    I'm on a Mac so I usually use BST. In this context, at least when using full serial duplex, a power cycle is required between downloads to the RAM of the FPGA-Prop1 (otherwise the Prop isn't found on subsequent ttys). Soft reboot has no effect. I tried using a different serial terminal program. That didn't help.

    The specs say to limit power to the external power pins to 5.7V.

    I think we need to give serious thought about how to keep Chip away from this discussion for a while:) Possibly we could password the thread and just not give it to him?
    It will be years before I grasp most of this. In the meantime, my request for a variant is simply more Hub ram on the DE-115. Next would be hooking up the adapter boards, adding pins and hooking up the SDRAM.

    Long before that happens I expect to have a Prop2.jic, which should take care of all that stuff anyway:)

    Wow.

    Rich
  • jmgjmg Posts: 15,144
    edited 2014-08-06 23:01
    Cluso99 wrote: »
    Things like...
    1. 48/64KB hub ram with small boot ROM. We can always load the upper ram with the rom if required.

    Why stop at 64k ?
    Cluso99 wrote: »
    2. 64 I/O
    No real reason to stop at 64io either..

    Someone who has a 484 pin FPGA, has something like 224 ios on the device :)
    Cluso99 wrote: »
    3. Overclocking
    4. USB FS simple instruction support
    5. Debugging support for FPGA only

    A means to Debug P1, could prove to be a very useful outcome.
    There is certainly scope to include a P1 + Logic Analyser + RAM snooper into a single Build
Sign In or Register to comment.