移除 Verilog comments. - Linux

By Aaliyah
at 2015-03-04T15:11
at 2015-03-04T15:11
Table of Contents
請問有沒有人能寫個 sed 或是 awk 小程式
我需要移除 Verilog 裡面的注解.
1. " // " 之後的文字都要移除,但同一行若前面有字則必須留下.
ex:
reg [7:0] mem; // this is memory
變成 reg [7:0] mem;
2. /* this is a comment */ 將這種注解移除,同一行內若有其他字則不可移除.
如:
a. reg [7:0] addr; /* this is address */
變成 reg [7:0] addr;
b. .addr(ADDR), /* xyzabc */ .data(DATA), .we(WE) );
變成 .addr(ADDR), .data(DATA), .we(WE) );
感謝大家的指導.
--
我需要移除 Verilog 裡面的注解.
1. " // " 之後的文字都要移除,但同一行若前面有字則必須留下.
ex:
reg [7:0] mem; // this is memory
變成 reg [7:0] mem;
2. /* this is a comment */ 將這種注解移除,同一行內若有其他字則不可移除.
如:
a. reg [7:0] addr; /* this is address */
變成 reg [7:0] addr;
b. .addr(ADDR), /* xyzabc */ .data(DATA), .we(WE) );
變成 .addr(ADDR), .data(DATA), .we(WE) );
感謝大家的指導.
--
Tags:
Linux
All Comments

By William
at 2015-03-04T16:45
at 2015-03-04T16:45

By Belly
at 2015-03-08T04:00
at 2015-03-08T04:00

By Hardy
at 2015-03-12T18:51
at 2015-03-12T18:51

By Michael
at 2015-03-14T20:57
at 2015-03-14T20:57

By Ingrid
at 2015-03-18T09:37
at 2015-03-18T09:37

By Rachel
at 2015-03-19T01:01
at 2015-03-19T01:01

By Faithe
at 2015-03-19T15:34
at 2015-03-19T15:34

By Ida
at 2015-03-23T20:15
at 2015-03-23T20:15

By George
at 2015-03-28T17:56
at 2015-03-28T17:56

By Isabella
at 2015-04-02T00:04
at 2015-04-02T00:04

By Ivy
at 2015-04-06T09:31
at 2015-04-06T09:31

By Annie
at 2015-04-07T05:10
at 2015-04-07T05:10

By Dorothy
at 2015-04-11T02:59
at 2015-04-11T02:59

By Puput
at 2015-04-12T03:42
at 2015-04-12T03:42

By Delia
at 2015-04-12T07:40
at 2015-04-12T07:40

By Elizabeth
at 2015-04-13T11:38
at 2015-04-13T11:38

By Susan
at 2015-04-16T20:50
at 2015-04-16T20:50

By Eden
at 2015-04-18T20:12
at 2015-04-18T20:12

By Jacky
at 2015-04-22T01:39
at 2015-04-22T01:39

By Hedwig
at 2015-04-26T18:43
at 2015-04-26T18:43

By Steve
at 2015-04-27T07:27
at 2015-04-27T07:27

By Ingrid
at 2015-04-28T20:43
at 2015-04-28T20:43
Related Posts
關於「自由軟體」

By Aaliyah
at 2015-03-04T12:21
at 2015-03-04T12:21
請問如何設計一家公司的IT部門

By Tristan Cohan
at 2015-03-04T05:24
at 2015-03-04T05:24
少年Compiler的奇幻漂流:淺談編譯器技術的設計與

By Franklin
at 2015-03-04T03:01
at 2015-03-04T03:01
文字檔去除不要的資料

By Isla
at 2015-03-03T22:00
at 2015-03-03T22:00
關於 rc.local

By Noah
at 2015-03-03T17:04
at 2015-03-03T17:04