Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. wafer.space bare dies and CoB have arrived!

wafer.space bare dies and CoB have arrived!

Scheduled Pinned Locked Moved Uncategorized
opensourceasicfpga
12 Posts 6 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • mole99@fosstodon.orgM mole99@fosstodon.org

    wafer.space bare dies and CoB have arrived! πŸŽ‰

    These are from my open-source FABulous FPGA, which was part of the first shuttle run.
    It's a small FPGA with 480x LC, 6x MAC, 12x register files and 6x SRAM. The source files are available in the repository: https://github.com/mole99/gf180mcu-fabulous-fpga

    #OpenSource #ASIC #FPGA

    mole99@fosstodon.orgM This user is from outside of this forum
    mole99@fosstodon.orgM This user is from outside of this forum
    mole99@fosstodon.org
    wrote last edited by
    #2

    The chip was implemented using the wafer.space LibreLane template (https://github.com/wafer-space/gf180mcu-project-template) and uses Yosys and nextpnr for the FPGA toolchain.

    You can find all projects from the first wafer.space run here (ID: G801MOLE): https://github.com/wafer-space/ws-run1

    mole99@fosstodon.orgM 1 Reply Last reply
    0
    • mole99@fosstodon.orgM mole99@fosstodon.org

      The chip was implemented using the wafer.space LibreLane template (https://github.com/wafer-space/gf180mcu-project-template) and uses Yosys and nextpnr for the FPGA toolchain.

      You can find all projects from the first wafer.space run here (ID: G801MOLE): https://github.com/wafer-space/ws-run1

      mole99@fosstodon.orgM This user is from outside of this forum
      mole99@fosstodon.orgM This user is from outside of this forum
      mole99@fosstodon.org
      wrote last edited by
      #3

      If you would also like to tape out, registration for the second shuttle run is currently open: https://buy.wafer.space/

      1 Reply Last reply
      0
      • mole99@fosstodon.orgM mole99@fosstodon.org

        wafer.space bare dies and CoB have arrived! πŸŽ‰

        These are from my open-source FABulous FPGA, which was part of the first shuttle run.
        It's a small FPGA with 480x LC, 6x MAC, 12x register files and 6x SRAM. The source files are available in the repository: https://github.com/mole99/gf180mcu-fabulous-fpga

        #OpenSource #ASIC #FPGA

        tyalie@chaos.socialT This user is from outside of this forum
        tyalie@chaos.socialT This user is from outside of this forum
        tyalie@chaos.social
        wrote last edited by
        #4

        @mole99 this is really amazing. How do you know (and specially from where) what exactly to do here in what way for the silicon to work its magic?

        I'm also rly. interested to get into silicon circuit designs,, but I'm unsure where to even start.

        mithro@fosstodon.orgM 1 Reply Last reply
        0
        • tyalie@chaos.socialT tyalie@chaos.social

          @mole99 this is really amazing. How do you know (and specially from where) what exactly to do here in what way for the silicon to work its magic?

          I'm also rly. interested to get into silicon circuit designs,, but I'm unsure where to even start.

          mithro@fosstodon.orgM This user is from outside of this forum
          mithro@fosstodon.orgM This user is from outside of this forum
          mithro@fosstodon.org
          wrote last edited by
          #5

          @tyalie @mole99 - I recommend getting started with the excellent TinyTapeout.com

          If you are the type of person who also benefits from more structure then @matthewvenn 's Zero to ASIC course is also excellent (see https://youtube.com/@ZeroToASICCourse).

          tyalie@chaos.socialT 1 Reply Last reply
          0
          • mithro@fosstodon.orgM mithro@fosstodon.org

            @tyalie @mole99 - I recommend getting started with the excellent TinyTapeout.com

            If you are the type of person who also benefits from more structure then @matthewvenn 's Zero to ASIC course is also excellent (see https://youtube.com/@ZeroToASICCourse).

            tyalie@chaos.socialT This user is from outside of this forum
            tyalie@chaos.socialT This user is from outside of this forum
            tyalie@chaos.social
            wrote last edited by
            #6

            @mithro @mole99 @matthewvenn ahh thanks. I'll def. take a look through it ^^

            mole99@fosstodon.orgM 1 Reply Last reply
            0
            • tyalie@chaos.socialT tyalie@chaos.social

              @mithro @mole99 @matthewvenn ahh thanks. I'll def. take a look through it ^^

              mole99@fosstodon.orgM This user is from outside of this forum
              mole99@fosstodon.orgM This user is from outside of this forum
              mole99@fosstodon.org
              wrote last edited by
              #7

              @tyalie @mithro @matthewvenn Yes, Tiny Tapeout is ideal if you want to start with ASIC design right away.

              As for my personal journey, I started out using the open-source FPGA toolchain (Yosys and nextpnr) with various open-source FPGA boards, such as the excellent iCEBreaker and ULX3S.
              I'd recommend learning (System)Verilog or another higher-level HDL that compiles down to it, since Verilog is usually well supported by the open-source tools.

              mole99@fosstodon.orgM 1 Reply Last reply
              0
              • mole99@fosstodon.orgM mole99@fosstodon.org

                @tyalie @mithro @matthewvenn Yes, Tiny Tapeout is ideal if you want to start with ASIC design right away.

                As for my personal journey, I started out using the open-source FPGA toolchain (Yosys and nextpnr) with various open-source FPGA boards, such as the excellent iCEBreaker and ULX3S.
                I'd recommend learning (System)Verilog or another higher-level HDL that compiles down to it, since Verilog is usually well supported by the open-source tools.

                mole99@fosstodon.orgM This user is from outside of this forum
                mole99@fosstodon.orgM This user is from outside of this forum
                mole99@fosstodon.org
                wrote last edited by
                #8

                @tyalie @mithro @matthewvenn You should also familiarize yourself with simulating your design using simulators such as Icarus Verilog or Verilator via cocotb, for example.
                The fundamental knowledge you gain from FPGA design can easily be transferred to ASIC design.

                1 Reply Last reply
                0
                • mole99@fosstodon.orgM mole99@fosstodon.org

                  wafer.space bare dies and CoB have arrived! πŸŽ‰

                  These are from my open-source FABulous FPGA, which was part of the first shuttle run.
                  It's a small FPGA with 480x LC, 6x MAC, 12x register files and 6x SRAM. The source files are available in the repository: https://github.com/mole99/gf180mcu-fabulous-fpga

                  #OpenSource #ASIC #FPGA

                  willflux@mastodon.socialW This user is from outside of this forum
                  willflux@mastodon.socialW This user is from outside of this forum
                  willflux@mastodon.social
                  wrote last edited by
                  #9

                  @mole99 brilliant! #FPGA hardware has been closed for far too long.

                  1 Reply Last reply
                  0
                  • mole99@fosstodon.orgM mole99@fosstodon.org

                    wafer.space bare dies and CoB have arrived! πŸŽ‰

                    These are from my open-source FABulous FPGA, which was part of the first shuttle run.
                    It's a small FPGA with 480x LC, 6x MAC, 12x register files and 6x SRAM. The source files are available in the repository: https://github.com/mole99/gf180mcu-fabulous-fpga

                    #OpenSource #ASIC #FPGA

                    promovicz@chaos.socialP This user is from outside of this forum
                    promovicz@chaos.socialP This user is from outside of this forum
                    promovicz@chaos.social
                    wrote last edited by
                    #10

                    @mole99 Thank you for such a cool contribution to open tech!

                    1 Reply Last reply
                    0
                    • mole99@fosstodon.orgM mole99@fosstodon.org

                      wafer.space bare dies and CoB have arrived! πŸŽ‰

                      These are from my open-source FABulous FPGA, which was part of the first shuttle run.
                      It's a small FPGA with 480x LC, 6x MAC, 12x register files and 6x SRAM. The source files are available in the repository: https://github.com/mole99/gf180mcu-fabulous-fpga

                      #OpenSource #ASIC #FPGA

                      chaos@gts.schizofucked.monsterC This user is from outside of this forum
                      chaos@gts.schizofucked.monsterC This user is from outside of this forum
                      chaos@gts.schizofucked.monster
                      wrote last edited by
                      #11

                      @mole99 smol! ^~^
                      is a cute lil chip

                      chaos@gts.schizofucked.monsterC 1 Reply Last reply
                      0
                      • chaos@gts.schizofucked.monsterC chaos@gts.schizofucked.monster

                        @mole99 smol! ^~^
                        is a cute lil chip

                        chaos@gts.schizofucked.monsterC This user is from outside of this forum
                        chaos@gts.schizofucked.monsterC This user is from outside of this forum
                        chaos@gts.schizofucked.monster
                        wrote last edited by
                        #12

                        @mole99 saw the die pic and brain immediately went "me want bite"
                        me nomming the forbidden stroopwafel

                        1 Reply Last reply
                        0
                        • R relay@relay.mycrowd.ca shared this topic
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups