mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Process the WRITE_MODE in the GW5A series in a more concise manner. You can check it in the same way as in https://github.com/YosysHQ/yosys/pull/5440 Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			832 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			832 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 
 | |
| OBJS += techlibs/gowin/synth_gowin.o
 | |
| 
 | |
| $(eval $(call add_share_file,share/gowin,techlibs/gowin/cells_map.v))
 | |
| $(eval $(call add_share_file,share/gowin,techlibs/gowin/cells_sim.v))
 | |
| $(eval $(call add_share_file,share/gowin,techlibs/gowin/cells_xtra_gw1n.v))
 | |
| $(eval $(call add_share_file,share/gowin,techlibs/gowin/cells_xtra_gw2a.v))
 | |
| $(eval $(call add_share_file,share/gowin,techlibs/gowin/cells_xtra_gw5a.v))
 | |
| $(eval $(call add_share_file,share/gowin,techlibs/gowin/arith_map.v))
 | |
| $(eval $(call add_share_file,share/gowin,techlibs/gowin/brams_map.v))
 | |
| $(eval $(call add_share_file,share/gowin,techlibs/gowin/brams_map_gw5a.v))
 | |
| $(eval $(call add_share_file,share/gowin,techlibs/gowin/brams.txt))
 | |
| $(eval $(call add_share_file,share/gowin,techlibs/gowin/lutrams_map.v))
 | |
| $(eval $(call add_share_file,share/gowin,techlibs/gowin/lutrams.txt))
 |