From 01a0b788c50aea6629275a164ec1c98d3ac6a92e Mon Sep 17 00:00:00 2001 From: rwilbur Date: Fri, 30 Jul 2021 18:02:52 +0100 Subject: [PATCH] --- conferences/ep2021.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conferences/ep2021.mdwn b/conferences/ep2021.mdwn index 1876c4ea5..3905d9282 100644 --- a/conferences/ep2021.mdwn +++ b/conferences/ep2021.mdwn @@ -23,7 +23,7 @@ Python and standard Libre Project Management is used throughout: * An IEEE754 FP hardware library has been developed using nmigen/python, as are hundreds of thousands of unit tests * An OpenPOWER ISA simulator is written in python, and is actually a PLY compiler based on the GardenSnake example * Several thousand unit tests for the HDL and simulator are written in python -* coriolis2, the VLSI ASIC layout toolcjain, is a mixed c++ python application +* coriolis2, the VLSI ASIC layout toolchain, is a mixed c++ python application * Even the Standard Cell Library being used, called FlexLib, by Chips4Makers, is in python. To say that python is critical to the project would be a massive understatement. This talk will give a brief overview of the above areas and give a glimpse into why python was chosen for each. -- 2.30.2