[Oberon] Oberon FPGA hardware point of view

Andreas Pirklbauer andreas_pirklbauer at yahoo.com
Sat Aug 11 08:56:47 CEST 2018


   > The Build tool is my favourite. Given a module, it automatically compiles
   > the current (target) module, and any out-of-date modules that it imports
   > (directly or indirectly). It inspects the source code of the modules to
   > determine the import dependencies. It then compiles any modules
   > that need recompiling in the correct sequence. This ensures that the
   > resulting object code files for the modules are all compatible with each other. 

That’s impressive.. an fully built-out incremental build tool similar to
‘make’ which we are used to from UNIX, but with module dependencies
and checking of "module configuration consistency" all built in..

-ap




More information about the Oberon mailing list