Category

Tutorial

Posts filed under Tutorial.

§ Tutorial
  • ·Tutorial

    Programming Intel FPGAs on Apple Silicon Macs

    This tutorial presents how to set up a Quartus compilation flow with UTM on Apple Silicon Macs. IntroductionWhy would you want to program Intel FPGAs on an Apple Silicon Mac? Maybe you are a student/TA who needs to run s…

    Read
  • ·Tutorial

    How to Set Up VNC Server on a Linux Machine

    A tutorial to setup VNC server on linux machines for remote GUI desktop access. First of all, what is VNC? In computing, Virtual Network Computing is a graphical desktop-sharing system that uses the Remote Frame Buffer p…

    Read
  • ·Tutorial

    Loop Optimization in HLS

    Loop optimization in Vivado HLS. What is II?II means initiation interval. For a function, II is the number of clock cycles before it could accept new inputs and is generally the most critical performance metric in any sy…

    Read
  • ·Tutorial

    On HeteroCL

    HeteroCL is a software-defined reconfigurable computing framework. It is composed of a Python-based DSL (Domain-Specific Language) and an FPGA compilation flow. Welcome to my notes on HeteroCL. How do we install HeteroCL…

    Read
  • ·Tutorial

    Neural Architecture Search, Basic Concepts, Paper Summary and Implementations

    Knowledge and methods for Neural Architecture Search and Automated Deep Learning. OverviewNeural Architecture Search, or NAS, can be seen as a subtask of AutoML. It tries to automate the designing process of neural netwo…

    Read