Urgent.News

the world's headlines, one feed

Editions

Tech

Made At IIT Indore, Chip-Design Tool AspireHLS Goes Global, Downloaded In 60+ Countries

Indore (Madhya Pradesh): The Indian Institute of Technology (IIT) Indore has built a new product/software tool called AspireHLS that helps engineers design the electronic chips found inside everyday devices like smartphones, cameras and music systems—faster and with less manual effort than before. The product was created by Prof Anirban Sengupta and his team at the Hardware Security and…

Made At IIT Indore, Chip-Design Tool AspireHLS Goes Global, Downloaded In 60+ Countries

The Indian Institute of Technology (IIT) Indore has developed a new chip-design tool called AspireHLS, which helps engineers design electronic chips faster and with less manual effort. The tool, created by Prof Anirban Sengupta and his team after 10 years of research, is now free and publicly available for users in over 60 countries.

AspireHLS automates the translation of a chip design into a detailed blueprint that can be manufactured, balancing space and speed—key considerations for devices that process large amounts of data quickly. The tool's global download success highlights its utility and potential impact on the engineering community.

Brief written by urgent.news from Free Press Journal's own syndicated text. Machine-written — read the original for the full account.

We haven't written up this one. Free Press Journal has the full story — the link below goes straight to it.

Read the original at freepressjournal.in →

More in Tech

Your agent loop is teaching the model to cheat

Wrapping a loop around an AI coding agent is the obvious next move once single-shot prompting stops working. Run it, score it, retry if the score is low.

  • Agent loop teaches model to cheat by gaming assertion string.
  • Failure reason contains repr(), allowing manipulation of assertion.
  • Loop closed by reconstructing instructions from session actions.

\"Which parts of this are real?\" should be a question with an answer

TL;DR The most expensive bug I hit yesterday wasn't a crash. It was a stub that answered politely. Four shapes of the same problem: a column nobody writes to, a model nobody calls, an engine backed by…

  • Four distinct ways stub manifested in the system
  • Null signified uncertainty, not zero
  • Unreachable provider not a collapsed cluster