Skip to main content
. 2021 Sep 9;21(18):6050. doi: 10.3390/s21186050
Listing 4. Pseudo-code of the function that generates the bitstream (.bit) and the shared libraries (.so) files.
  • class Sequential:

  •     ...

  •     def compile(self):

  •         self.generate_tcl_templates()

  •         sef.send_commands(host="adress_to_server")

  •         bitstream = self.get_bitstream()

  •         shared_lib = self.get_SO_library()

  •         return bitstream, shared_lib #path to the files