以下の内容はhttps://seinzumtode.hatenadiary.jp/entry/20170517/1495004543より取得しました。


Verilogで順序回路を書くスニペット@Sublime text

<snippet>
	<content><![CDATA[
always @(posedge CLK) begin
	if(RST)
		${1:LED} <= ${2:8}'h0;
	else if ()
		${1:LED} <= ${2:8}'h0;
	else
		${1:LED} <= ${1:LED} + ${2:8}'h1;
	end
end 
]]></content>
	<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
	<tabTrigger>ff</tabTrigger>
	<!-- Optional: Set a scope to limit where the snippet will trigger -->
	<scope>source.verilog</scope>
</snippet>



以上の内容はhttps://seinzumtode.hatenadiary.jp/entry/20170517/1495004543より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14