How to create a simple bluespec code where I want LED on FPGA to turn ON. #792
                  
                    
                      sukhmankkahlon
                    
                  
                
                  started this conversation in
                General
              
            Replies: 1 comment
-
| 
         FYI, there is a discussion mailing list, [email protected], that might be better for these kinds of questions. Anyway, here's how I did it in BSV: It has been a while since I've written BH, but it might look like this:  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Here is my helloworld code in verilog. I want to be able to create bluespec haskell code that does the same exact thing. Does anyone have any tips? "
"module hello_world (
input clk, // 100MHz clock from Arty A7-35T
input [3:0] sw, // 4 switches on Arty A7-35T
output [3:0] led // 4 LEDs on Arty A7-35T
);
endmodule"
Beta Was this translation helpful? Give feedback.
All reactions