File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222
2323if  args .board  ==  'icestick' :
2424    prj .set_part ('hx1k-tq144' )
25-     prj .add_param ('FREQ' , '100000000 ' )
25+     prj .add_param ('FREQ' , '12000000 ' )
2626    prj .add_cons ('../sources/cons/icestick/clk.pcf' )
2727    prj .add_cons ('../sources/cons/icestick/led.pcf' )
2828if  args .board  ==  'edu-ciaa' :
29-     prj .set_part ('hx1k -tq144' )
30-     prj .add_param ('FREQ' , '100000000 ' )
29+     prj .set_part ('hx4k -tq144' )
30+     prj .add_param ('FREQ' , '12000000 ' )
3131    prj .add_cons ('../sources/cons/edu-ciaa/clk.pcf' )
3232    prj .add_cons ('../sources/cons/edu-ciaa/led.pcf' )
3333if  args .board  ==  'orangecrab' :
Original file line number Diff line number Diff line change 11{# 
22# 
3- # Copyright (C) 2020-2024  PyFPGA Project 
3+ # Copyright (C) 2020-2025  PyFPGA Project 
44# 
55# SPDX-License-Identifier: GPL-3.0-or-later 
66# 
77#} 
88
99set -e
1010
11- DOCKER="docker run --user $(id -u):$(id -g) -- rm -v $HOME:$HOME -w $PWD"
11+ DOCKER="docker run --rm -v $HOME:$HOME -w $PWD"
1212
1313{%  if  family  == 'ecp5'  %} 
1414$DOCKER --device /dev/bus/usb hdlc/prog openocd -f /usr/share/trellis/misc/openocd/ecp5-evn.cfg -c "transport select jtag; init; svf {{ bitstream }}; exit"
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments