Skip to content

RC Helicopter Flybarless Controller implemented in VHDL.

License

Notifications You must be signed in to change notification settings

omberge/FblCtrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FblCtrl

RC Helicopter Flybarless Controller implemented in VHDL.

UNDER DEVELOPMENT. NOT COMPLETE PROJECT YET. USING THIS PROJECT TO LEARN MORE ABOUT GIT/GITHUB

The design is general VHDL modules (not specific to any technology), tested on Xilinx Spartan6 LX6

Build

  • The design has been tested with Xilinx ISE 14.7
    • Simulated using isim
    • Future is to use UVVM and Modelsim

Code

  • All technology specific code (such as multipliers, Softcore microcontrollers, etc.) must have a wrapper.
  • All Components have a specific folder structure:
- design component
  - src
  - tb
  - scripts
  - doc
  • All Code follow strict formatting:
entity spiflash is
  port(
    i_Clk                           : in    std_logic;
    i_Rst                           : in    std_logic;
    ...
    o_FlashMosi                     : out   std_logic
  );
end spiflash;

END

About

RC Helicopter Flybarless Controller implemented in VHDL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published