sylefeb, to random
@sylefeb@mastodon.online avatar

1/ #TinyTapeout 7 just closed and these two tiles host my design! If it works, it will generate explorable terrain 'voxels' similar to the VoxelSpace Comanche 1992 game engine.

A terrain viewer on a small spi-screen
A terrain viewer on a small spi-screen

sylefeb,
@sylefeb@mastodon.online avatar

2/ The design is written in #Silice and exported to Verilog, and then synthesized to #ASIC through the amazing #TinyTapeout framework.
The terrain renderer fits on only two tiles, using some tricks 😎. Write-up pending.

https://github.com/sylefeb/Silice

matthewvenn, to random
@matthewvenn@chaos.social avatar

It's been a long time coming, but I finally have the world’s first certified open source #ASIC hardware project as a kit you can buy!

https://store.tinytapeout.com/products/TT03p5-Development-Kit-VGA-PMOD-p655428056

For every kit sold, I will donate $100 to @oshwassociation

More info: https://bit.ly/vga-asic-clock

image/png

matthewvenn, to random
@matthewvenn@chaos.social avatar

Still plenty of room on 7 for your first design! ⚡️

Better get started though, only 8 days left! ⏰

Check the projects already on board here: https://app.tinytapeout.com/shuttles/tt07

And here's our getting started guide to digital design: https://tinytapeout.com/digital_design/

image/png

drrimmer, to auslaw
@drrimmer@aus.social avatar

One of Australia’s largest superannuation funds, UniSuper, stands accused of “greenwashing” some of its investment products by mislabelling them “sustainable”. https://www.edo.org.au/2024/04/22/unisuper-faces-fresh-allegations-of-greenwashing/

UniSuper member Dr Christopher Standen has, through the Environmental Defenders Office (EDO), lodged a complaint with the Australian Securities and Investments Commission (ASIC).

Two of the funds that UniSuper markets as “sustainable” have significant investments in the Transurban Group, one of the world’s largest toll road operators.

“Transurban Group’s business model relies on increasing road traffic, which increases climate and other pollution,” Dr Standen said.

br00t4c, to random
@br00t4c@mastodon.social avatar

Urban Rampage banned from using Centrepay to sign up mostly Indigenous customers to credit arrangements

#asic #banned

https://www.theguardian.com/australia-news/2024/apr/26/urban-rampage-banned-centrepay-centrelink-scheme-indigenous-customers-credit-arrangements

anthropy, to random
@anthropy@mastodon.derg.nz avatar

I was wondering what it would cost to have a custom RISC-V based design printed..

...but damb you really do need some really big volume or your own printer if you want to not pay upwards of 1 million for a single CPU-sized die at 16nm, and that's excluding wiring and baking it into a package of any kind

Assuming TSMC's university prototyping pricing, it's about 15k per square millimeter, and for comparison, JUST the non-IO die in a ryzen 5600 is 74mm^2 💸

physical description of the ryzen 5000 series chips, which have a 7nm process and 74mm^2 die, as well as a 12nm proecss IO die of 125mm^2

anthropy,
@anthropy@mastodon.derg.nz avatar

if anyone's curious about the pricing and usage of various bigger and smaller foundries around the world for prototyping, here's a cool website: https://europractice-ic.com/schedules-prices-2023/

And here's TSMC's specific list: https://europractice-ic.com/tsmc-university-finfet-program/#PricesTSMCfinfet

I originally found these here: https://www.iis.fraunhofer.de/en/ff/sse/ic-design/virtual-asic-foundry.html#1368014056

#ASIC #Chipdesign

br00t4c, to random
@br00t4c@mastodon.social avatar
PeterSoukup, to Bitcoin Czech
@PeterSoukup@mastodon.social avatar

Moving up in the crypto world ... from gpu miner only I have joined big boys today and bought my first Bitcoin ASIC - Bitmain Antmniner S19K Pro - 120 TH ... I still believe in GPU mining in the next bullrun, so I will continue doing so ... I feel good today ... 😎 😀


thezoq2, to VHDL
@thezoq2@mastodon.social avatar

Yesterday we released the first numbered version of Surfer, an extensible waveform viewer that runs everywhere 🎉

The big new thing for 0.1.0 is a brand new waveform library written by @ekiwi which supports FSTs, and is much more efficient at handling VCDs than the previous lib. Startup time on a 7GB vcd went from 2 minutes to 6 seconds on my machine 🔥

In the future we'll do releases every 6 weeks. Read more about 0.1 at https://blog.surfer-project.org/v0-1-0/

Try it: https://app.surfer-project.org/

#fpga #asic

tommythorn, to verilog
@tommythorn@chaos.social avatar

Ok, Google couldn't help, so suggestions solicitated!

I use both Icarus Verilog and Verilator for simulation and initialize my rams with

$readmemh(`INIT_MEM, code);

The drawback of this is that the produced simulation binary is tied to the

-DINIT_MEM=prog.hex

value used at compilation time. I would like to reuse the simulation binary on multiple workloads. Is there a way that works for both Icarus and Verilator?

#Verilog #FPGA #RTL #ASIC

mole99, to analog

As promised, here is part two of my series about the ICPS PDK 🥳️
In this blog post you are going to learn how to design a NAND gate - from schematic to layout.

If there are any issues following the tutorial, please let me know. But most importantly: Have fun!

https://mole99.uber.space/2024/NAND_tutorial/Design%20of%20a%20NAND%20gate%20using%20the%20ICPS%20PDK.html

#ASIC #analog #PDK

mole99, to analog

I've been working on a step-by-step tutorial on how to design a NAND gate using the open source ICPS PDK. It didn't take me long to realize that I'd better explain some of the concepts in a separate blog post, otherwise the tutorial will become too long.

So here it is, a blog post about Minimal Fab and the ICPS PDK as an early Christmas present 🎁️😁️ https://mole99.uber.space/2023/Minimal_Fab/About%20Minimal%20Fab%20and%20the%20ICPS%20PDK.html

The tutorial will be posted shortly in the new year, so stay tuned!

#ASIC #analog #PDK

ClashHDL, to haskell
@ClashHDL@fosstodon.org avatar

Time for my #introduction to the Fediverse! :masto_love:

Clash is an open source functional hardware description language built on #Haskell.
The Clash compiler allows you to use Haskell features like its strong and powerful typesystem as well as use existing Haskell code and libraries in your #FPGA and #ASIC designs! You can test your designs right inside the REPL, simulate it alongside other Haskell code or output #VHDL / #Verilog / #SystemVerilog code for synthesis.

Links in the profile ✨

kubikpixel, to cryptocurrency
@kubikpixel@chaos.social avatar

deleted_by_author

  • Loading...
  • kkarhan,

    @kubikpixel ...that anti-#FPGA & anti-#ASIC and pro #decentralization and has a 7-digit bounty by the #IRS on getting cracked...
    https://www.youtube.com/watch?v=QrHsFZBab4U

    nando161, to scheme
    becha, to sustainability
    @becha@v.st avatar

    Blast from the past: my very late overview of the conference

    https://labs.ripe.net/author/becha/computing-within-limits-2023/

    "Computing Within Limits 2023"

    kkarhan,

    @becha Compared to that :monero: is by virtue of not using |s to but general-purpose hardware which can at least be and ...

    Unlike :bitcoin and ...

    maxiborga, to Electronics

    After a long wait I have in my hands a chip that includes a design I made!
    Inside that 3.6x5.2mm piece of glass there is a 0.3x0.3mm portion that includes my project: an adaptation of the HACK cpu from the Nand to Tetris course.

    #asic #electronics #opensource

    image/jpeg
    image/jpeg
    image/jpeg

    thezoq2, to random
    @thezoq2@mastodon.social avatar

    🎉 Spade 0.5.0 is out 🎉

    Some highlights:

    • Write tests using Verilator enabling much faster and longer simulations

    • Install synthesis, place and route tools and simulators in just 1 command via https://github.com/YosysHQ/oss-cad-suite-build. Now you can go from fresh Linux install to a blinky on an FPGA in just a few fully automated commands.

    • Lots of new documentation for both the language and its tooling over at
      https://docs.spade-lang.org/.

    Read more at https://blog.spade-lang.org/v0-5-0/

    thezoq2,
    @thezoq2@mastodon.social avatar

    Some context: Spade is my HDL where I try to make it easier and and more fun to program #fpga and #asic by borrowing concepts and philosophies from modern software languages.

    Some features:

    • Strong #rust-inspired type system
    • Pipelines as a language feature allowing fearless re-timing
    • Abstractions for module ports with affine type checking
    • Rust-inspired compiler and tooling
    • Cute mascot

    Learn more at https://spade-lang.org/

    Finally, a video of a Spade risc-v core running rust

    video/mp4

    ScottAkenhead, to Bitcoin
    @ScottAkenhead@masto.ai avatar

    Bitcoin is dirty, dirty, dirty.

    “The worldwide BTC mining network consumed 173.42 TWh of electricity during the 2020–2021 period, bigger than the electricity consumption of most nations. The mining process emitted over 85.89 Mt of CO2eq in the same timeframe, equivalent to the emission caused by burning [42 million tons] of coal or running 190 natural gas‐fired power plants.”

    https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2023EF003871

    kkarhan,

    @ScottAkenhead And let's not get over the #energy wasted to build #Bitcoin :bitcoin: #ASIC|s, because fabricating custom #silicon that cannot be repurposed for anything at all alongside the #PCBs and auxiliary components takes a shitload of expensive and not envoirementally-friendly materials and an absurd amount of energy.

    Compared to i.e. #Monero :monero: where COTS hardware is used that can be used for computing and not end up as #eWaste once it's unprofitable to #mine with...

    kkarhan, (edited ) to web3 German

    Personally, I think that #Solidity is not good.
    https://www.youtube.com/watch?v=kdvVwGrV7ec

    Not because it's #solutionism at it's worst aka. #web3...

    But because it has serious issues in terms of #ITsec & #InfoSec:
    https://en.wikipedia.org/wiki/Solidity#Criticism

    And it's being used in a "#cooperative #bank #ButWorse" scam...
    https://en.wikipedia.org/wiki/The_DAO#Risks
    https://en.wikipedia.org/wiki/Ethereum_Classic

    kkarhan,

    @greyarea @silverpill TBH, I wish all the #Shitcoins (espechally #Bitcoin :bitcoin: and other #ASIC-mined shit) will die a slow and painful death and that those that have billions sunk into it like #AndreesenHorrowitz will loose everything and have to file for bankrupcy.

    Longterm I hope #Monero :monero: will become the new #PayPal :paypal: but in a good way:
    As a convenient and fast payment system.

    kkarhan, to Bitcoin

    I need this track and sent it as reply to every #Bitcoin :bitcoin: and other #Shitcoin fan each time they defend #ASIC#Mining!

    https://www.youtube.com/watch?v=uS1KcjkWdoU

    mikeolson, to random
    @mikeolson@mastodon.social avatar

    If you are the tiniest bit cryptocurrency-curious, you need to read Zeke Faux's book Number Go Up. Finished it on Sunday. Super-fast read. Totally bonkers stories throughout. The chapter on pig butchering was new to me and yet another damning indictment of the state of the griftswamp.

    kkarhan,

    @mikeolson or just get yourself the #CrashCourse in #economics aka. "#LineGoesUP - The Problem with #NFTs"

    https://www.youtube.com/watch?v=YQ_xWvX1n9g

    IMHO all #Cryptocurrencies - espechally #ASIC-mined #PostPrivacy shit like #Bitcoin :bitcoin: are garbage except #Monero :monero: for being the digital equivalent of #cash and maybe #Solana if one is still into #NFT|s.

    Not shure why one would but that chain exists and is far cheaper than #Ethereum ever was...

    maxiborga, to cnc

    some plotting tests of GDSII files.
    I've made a super basic python script to convert from gds to gcode: https://github.com/mbalestrini/gds2gcode

    #asic #cnc #plotter

    image/jpeg
    image/jpeg
    image/jpeg

    aallan, to RaspberryPi
    @aallan@mastodon.social avatar

    Want to work at @Raspberry_Pi! We're hiring into our ASIC team! Come make silicon with us! https://www.raspberrypi.com/jobs/

    Brendanjones, to Hydrogen
    @Brendanjones@fosstodon.org avatar

    Emissions from computing are apparently higher than for air travel, and that’ll only go up in the coming decades.

    “As a society we need to start treating computational resources as finite and precious, to be utilised only when necessary, and as effectively as possible. We need frugal computing: achieving our aims with less energy and material.”

    https://arxiv.org/abs/2303.06642

    #ClimateChange

    kkarhan,

    @volkris @Brendanjones

    #Mining #Bitcoin :bitcoin: is a #scam - just look up the numbers by those "Bitcoin Mining Companies"...

    But I guess your #EscalatingCommitment into #ASIC-mined #Cryptocurrencies is because you directly or indirectly profit from that unsustainable system.

    Fear not, there's some 101 Economics for you for free:
    https://www.youtube.com/watch?v=YQ_xWvX1n9g

    https://qoto.org/@volkris/111183605561305181

    #thxbye #next

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • everett
  • magazineikmin
  • mdbf
  • thenastyranch
  • khanakhh
  • rosin
  • Youngstown
  • ethstaker
  • slotface
  • modclub
  • kavyap
  • DreamBathrooms
  • Durango
  • provamag3
  • ngwrru68w68
  • InstantRegret
  • tacticalgear
  • GTA5RPClips
  • cubers
  • normalnudes
  • osvaldo12
  • tester
  • anitta
  • cisconetworking
  • megavids
  • Leos
  • lostlight
  • All magazines