What happened to clockless computer chips?
11–20 of 49 posts
Re: What happened to clockless computer chips?
#12Anyone here working on async chips these days?
The cores themselves are asynchronous, with all of the benefits of lower power. The memories sitting outside of the cores are clocked, however.
I remember being a little bit disturbed by the temperature dependence of the chip on wall-clock execution time but it didn't affect our applications.
It was interesting to find this stuff as a product-ready platform.
Re: What happened to clockless computer chips?
#13Just a dumb question. Will it affect the instruction set of the CPU. Does the programming change fundamentally with async cpu's.
Re: What happened to clockless computer chips?
#14Earlier quoted context omitted.
I used to work at a startup ( https://www.linkedin.com/company/azuro ) that was commercialising the founders' work on asynchronous design. They eventually sold to Cadence. Asynchronous design is a huge sell; we scaled it back to just applying some async techniques to the clock tree of synchronous designs for moderate performance/power improvements. There are three problems we found: - the existing toolchain is synchr…
I'm starting to feel like a broken record but... A perfect opportunity with risc-v.
Re: What happened to clockless computer chips?
#15Earlier quoted context omitted.
I used to work at a startup ( https://www.linkedin.com/company/azuro ) that was commercialising the founders' work on asynchronous design. They eventually sold to Cadence. Asynchronous design is a huge sell; we scaled it back to just applying some async techniques to the clock tree of synchronous designs for moderate performance/power improvements. There are three problems we found: - the existing toolchain is synchr…
I'm starting to feel like a broken record but... A perfect opportunity with risc-v.
Re: What happened to clockless computer chips?
#16Earlier quoted context omitted.
I used to work at a startup ( https://www.linkedin.com/company/azuro ) that was commercialising the founders' work on asynchronous design. They eventually sold to Cadence. Asynchronous design is a huge sell; we scaled it back to just applying some async techniques to the clock tree of synchronous designs for moderate performance/power improvements. There are three problems we found: - the existing toolchain is synchr…
I'm starting to feel like a broken record but... A perfect opportunity with risc-v.
Re: What happened to clockless computer chips?
#17Earlier quoted context omitted.
I used to work at a startup ( https://www.linkedin.com/company/azuro ) that was commercialising the founders' work on asynchronous design. They eventually sold to Cadence. Asynchronous design is a huge sell; we scaled it back to just applying some async techniques to the clock tree of synchronous designs for moderate performance/power improvements. There are three problems we found: - the existing toolchain is synchr…
I'm starting to feel like a broken record but... A perfect opportunity with risc-v.
I can't see anything about RISC-V (or any ISA!) that makes a difference to those four points.
Re: What happened to clockless computer chips?
#18Earlier quoted context omitted.
I used to work at a startup ( https://www.linkedin.com/company/azuro ) that was commercialising the founders' work on asynchronous design. They eventually sold to Cadence. Asynchronous design is a huge sell; we scaled it back to just applying some async techniques to the clock tree of synchronous designs for moderate performance/power improvements. There are three problems we found: - the existing toolchain is synchr…
ARM tried it in the 90s with the AMULET. https://en.wikipedia.org/wiki/AMULET_microprocessor
Given that the answer to that question for the AMULET was 'Errm...', they'd then just abandon it as a processor candidate as being conceptually too difficult to think about.
I wonder if the design could be reworked into Verilog or VHDL and used as an FPGA soft core?
Re: What happened to clockless computer chips?
#19Could asynchronous designs improve performance of future CPUs if and when Moore's Law hits physical limits?
Re: What happened to clockless computer chips?
#20Just a dumb question. Will it affect the instruction set of the CPU. Does the programming change fundamentally with async cpu's.