diff --git a/_modules/pyfpga/project.html b/_modules/pyfpga/project.html index c1d89e98..72b74b94 100644 --- a/_modules/pyfpga/project.html +++ b/_modules/pyfpga/project.html @@ -235,7 +235,7 @@

Source code for pyfpga.project

 [docs]
     def make(self, end='bit', start='prj'):
         """Temp placeholder"""
-        steps = ['prj', 'syn', 'par', 'bit']
+        steps = ['cfg', 'syn', 'par', 'bit']
         if end not in steps or start not in steps:
             raise ValueError('Invalid steps.')
         _ = self