Clash 1.0 released!

It’s here! Clash 1.0 is finally released! And it has a binary release for the very first time! Check out the install instructions instructions on how to get it!

10 years old

First a short retrospective: the very first demonstration of the Clash compiler was given on the 3rd of September 2009 at the Haskell'09 Symposium in Edinburgh:

We were planning the 1.0 release of Clash for some time now, but decided that such a momentous occasion should coincide with the 10 year anniversary of Clash (+1 day due to release engineering mishaps). We really want to thank all of our contributors for their continued support of Clash. The code contributors that invest their time to create new features and fix bugs, and the financial contributors that enable the core Clash developers to work on Clash as their day job. Much praise for our users as well, who’ve struggled through our API changes over the years (which should happen much, much, less from now on), who helped us pinpoint many bugs and thus making Clash a more stable piece of software.

Thanks everyone!

New features

Clash 1.0 has some cool new features over 0.99 such as:

The future

With the release of version 1.0 we strive to keep our API stable, trying to make sure that “old” code will keep on working with new versions. Long-time users will know that we changed the API for (implicit) clock lines from 0.7 to 0.99, and will now have to update their code again if they want to upgrade to 1.0 and beyond. Basically, API design is hard; and we think we have it right this time. From now on, we will strive very hard to handle changes like the above through better documentation for new users, educating them to use the improved API, and keeping the old API around with deprecation warnings.

This is the reason that multiple implicit clocks is still an experimental feature not enabled by default in the stable version (note that multiple explicit clocks have been a stock feature of Clash since version 0.5): there are some cases where both type inference and constraint pretty printing fall short of what we consider a user friendly API.

With a stable API, we can now also focus on improved documentation and other educational material, knowing that any new user can pick up the material even as it hasn’t been updated yet to the latest version of the Clash API.

Finally, we’ll of course be adding many more helpful features to Clash, fix bugs, make the compiler faster, etc. and generally try to make Clash the best and most rewarding circuit design experience out there!

Thanks for reading, and have fun creating your circuits in Clash!

Christiaan Baaij avatar
About Christiaan Baaij
Christiaan Baaij is co-founder of QBayLogic B.V. and one of the core developers of the Clash compiler.